Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f63be092 authored by Kweku Adams's avatar Kweku Adams
Browse files

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
parent 16f25344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.");