ACTION_MANAGE_APP_PERMISSION constant

String const ACTION_MANAGE_APP_PERMISSION

Activity action: Launch UI to manage a specific permissions of an app.

Input: {@link #EXTRA_PACKAGE_NAME} specifies the package whose permission will be managed by the launched UI.

Input: {@link #EXTRA_PERMISSION_NAME} specifies the (individual) permission that should be managed by the launched UI.

  • {@link #EXTRA_USER} specifies the UserHandle of the user that owns the app.

    Output: Nothing.

    @see #EXTRA_PACKAGE_NAME @see #EXTRA_PERMISSION_NAME @see #EXTRA_USER

    @hide

  • Implementation

    static const String ACTION_MANAGE_APP_PERMISSION =
        "android.intent.action.MANAGE_APP_PERMISSION";