I want a list of permission of the application installed in android , but as seen by other applications which offer privacy advisor , they have explained or grouped the permission.

Also seen when installing a new application on the device.

  1. How can i get grouped permission list ?

  2. Any specific way to classify them ?

  3. Is there a particular way to get the groups or permission group ?

Thanks in advance .

有帮助吗?

解决方案

System permissions are listed here and permission groups here. All you need is to use PackageManager to get apps' permissions and then keep doing what you want to do.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top