Intent.ActionAutoRevokePermissions Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity action: Launch UI to manage auto-revoke state.
[Android.Runtime.Register("ACTION_AUTO_REVOKE_PERMISSIONS", ApiSince=30)]
public const string ActionAutoRevokePermissions;
[<Android.Runtime.Register("ACTION_AUTO_REVOKE_PERMISSIONS", ApiSince=30)>]
val mutable ActionAutoRevokePermissions : string
Field Value
Implements
- Attributes
Remarks
Activity action: Launch UI to manage auto-revoke state.
This is equivalent to Intent#ACTION_APPLICATION_DETAILS_SETTINGS
Input: Intent#setData data
should be a package
-scheme Uri
with a package name, whose auto-revoke state will be reviewed (mandatory). E.g. Uri.fromParts("package", packageName, null)
Output: Nothing.
Java documentation for android.content.Intent.ACTION_AUTO_REVOKE_PERMISSIONS
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.