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

Commit 4392d3b2 authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "Add "restricted" to help command." into sc-dev am: a5d30fba

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14341091

Change-Id: I206b19e4d839a06c8ea9cd556b8ac70a3ea2ac79
parents 4ed84978 a5d30fba
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.");