- group
- The fully qualified name (i.e. com.google.permission.LOGIN) of the permission group you are interested in. Use null to find all of the permissions not associated with a group.
- flags
- Additional option flags. Use PackageManager.GET_META_DATA to retrieve any meta-data associated with the permissions.
Documentation for this section has not yet been entered.
Type Reason !:NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html
Query for all of the permissions associated with a particular group.
Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if the given group does not exist.