Merge "Add intent for going to "Unused apps"" into sc-dev

This commit is contained in:
Kevin Han
2021-03-15 18:51:19 +00:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 0 deletions

View File

@@ -10961,6 +10961,7 @@ package android.content {
field public static final String ACTION_MANAGED_PROFILE_UNLOCKED = "android.intent.action.MANAGED_PROFILE_UNLOCKED";
field public static final String ACTION_MANAGE_NETWORK_USAGE = "android.intent.action.MANAGE_NETWORK_USAGE";
field public static final String ACTION_MANAGE_PACKAGE_STORAGE = "android.intent.action.MANAGE_PACKAGE_STORAGE";
field public static final String ACTION_MANAGE_UNUSED_APPS = "android.intent.action.MANAGE_UNUSED_APPS";
field public static final String ACTION_MEDIA_BAD_REMOVAL = "android.intent.action.MEDIA_BAD_REMOVAL";
field public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON";
field public static final String ACTION_MEDIA_CHECKING = "android.intent.action.MEDIA_CHECKING";

View File

@@ -1900,6 +1900,20 @@ public class Intent implements Parcelable, Cloneable {
public static final String ACTION_AUTO_REVOKE_PERMISSIONS =
"android.intent.action.AUTO_REVOKE_PERMISSIONS";
/**
* Activity action: Launch UI to manage unused apps (hibernated apps).
*
* <p>
* Input: Nothing.
* </p>
* <p>
* Output: Nothing.
* </p>
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_MANAGE_UNUSED_APPS =
"android.intent.action.MANAGE_UNUSED_APPS";
/**
* Activity action: Launch UI to review permissions for an app.
* The system uses this intent if permission review for apps not