Merge "Add intent for auto revoke UI" into rvc-dev am: e9b4b0009b am: d3573ee8c2 am: 7a2108d1ce am: 0429b54f29
Change-Id: Ifbe3445ed6190ed00a102605463f6d586c493f70
This commit is contained in:
@@ -10569,6 +10569,7 @@ package android.content {
|
||||
field public static final String ACTION_APP_ERROR = "android.intent.action.APP_ERROR";
|
||||
field public static final String ACTION_ASSIST = "android.intent.action.ASSIST";
|
||||
field public static final String ACTION_ATTACH_DATA = "android.intent.action.ATTACH_DATA";
|
||||
field public static final String ACTION_AUTO_REVOKE_PERMISSIONS = "android.intent.action.AUTO_REVOKE_PERMISSIONS";
|
||||
field public static final String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY_CHANGED";
|
||||
field public static final String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW";
|
||||
field public static final String ACTION_BATTERY_OKAY = "android.intent.action.BATTERY_OKAY";
|
||||
|
||||
@@ -1880,6 +1880,20 @@ public class Intent implements Parcelable, Cloneable {
|
||||
public static final String ACTION_MANAGE_PERMISSIONS =
|
||||
"android.intent.action.MANAGE_PERMISSIONS";
|
||||
|
||||
/**
|
||||
* Activity action: Launch UI to manage auto-revoke state.
|
||||
* <p>
|
||||
* Input: {@link #EXTRA_PACKAGE_NAME} specifies the package whose
|
||||
* auto-revoke state will be reviewed (mandatory).
|
||||
* </p>
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
* </p>
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_AUTO_REVOKE_PERMISSIONS =
|
||||
"android.intent.action.AUTO_REVOKE_PERMISSIONS";
|
||||
|
||||
/**
|
||||
* Activity action: Launch UI to review permissions for an app.
|
||||
* The system uses this intent if permission review for apps not
|
||||
|
||||
Reference in New Issue
Block a user