Add "restricted" to help command.

Add the restricted keyword to the set-standby-bucket help command
options.

Bug: 145551233
Test: `adb shell am help`
Change-Id: I6cd5c52b29ff7431f340aa46a50210ecc9f2952a
This commit is contained in:
Kweku Adams
2021-04-28 10:54:05 -07:00
parent 16f253446d
commit f63be09217

View File

@@ -3382,7 +3382,7 @@ final class ActivityManagerShellCommand extends ShellCommand {
pw.println(" Sets the inactive state of an app.");
pw.println(" get-inactive [--user <USER_ID>] <PACKAGE>");
pw.println(" Returns the inactive state of an app.");
pw.println(" set-standby-bucket [--user <USER_ID>] <PACKAGE> active|working_set|frequent|rare");
pw.println(" set-standby-bucket [--user <USER_ID>] <PACKAGE> active|working_set|frequent|rare|restricted");
pw.println(" Puts an app in the standby bucket.");
pw.println(" get-standby-bucket [--user <USER_ID>] <PACKAGE>");
pw.println(" Returns the standby bucket of an app.");