If the specification for a given app states that a given permission is required, e.g., Noise Meter requires control vibration:
- Is there a way to instruct Android to not give the permission to the app, once installed? (perhaps at the expense of a malfunctioning app).
- Does this depend on which permission we are talking about? (perhaps network access permission can be restricted, e.g., and other permissions can't).
- Can this be applied at the "Category" level? In each app description in Play I have seen permissions "grouped" by category... I still do not know if that categorization has any effect on what can or cannot be done, or if it is just for convenience of reading, developing, etc.
Related: