ACTION_MANAGE_APP_PERMISSIONS constant
String
const ACTION_MANAGE_APP_PERMISSIONS
Activity action: Launch UI to manage the permissions of an app.
Input: {@link #EXTRA_PACKAGE_NAME} specifies the package whose permissions will be managed by the launched UI.
Output: Nothing.
@see #EXTRA_PACKAGE_NAME
@hide
Implementation
static const String ACTION_MANAGE_APP_PERMISSIONS =
"android.intent.action.MANAGE_APP_PERMISSIONS";