Details
-
User Story
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Overview:
A permission group merely helps the system minimize the number of system dialogs that are presented to the user when an app requests closely-related permissions.
On Android 12 or higher, you can query how the system organizes platform-provided permissions into permission groups:
- To determine the permission group into which the system has placed a platform-defined permission, call getGroupOfPlatformPermission().
- To determine the platform-defined permissions that the system has placed into a particular permission group, call getPlatformPermissionsForGroup()
Proposed Action:
Research and implement.