ACTION_AUTO_REVOKE_PERMISSIONS constant
String
const ACTION_AUTO_REVOKE_PERMISSIONS
Activity action: Launch UI to manage auto-revoke state.
This is equivalent to Intent#ACTION_APPLICATION_DETAILS_SETTINGS
Input: {@link Intent#setData data} should be a {@code package}-scheme {@link Uri} with a package name, whose auto-revoke state will be reviewed (mandatory). E.g. {@code Uri.fromParts("package", packageName, null) }
Output: Nothing.
Implementation
static const String ACTION_AUTO_REVOKE_PERMISSIONS =
"android.intent.action.AUTO_REVOKE_PERMISSIONS";