-1

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 .

rolling.stones
  • 496
  • 3
  • 9
  • 20

1 Answers1

1

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.

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141