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

Commit 1a91eec9 authored by Louis Chang's avatar Louis Chang
Browse files

Corrects the help message for task resize

Bug: 324383960
Test: am help
Test: am task resize in desktop mode
Change-Id: Ie59048911d0a93424668026bef922b56bf0b6bb6
parent caafcce1
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4481,10 +4481,9 @@ final class ActivityManagerShellCommand extends ShellCommand {
            pw.println("           1: crop_windows");
            pw.println("           2: resizeable");
            pw.println("           3: resizeable_and_pipable");
            pw.println("       resize <TASK_ID> <LEFT,TOP,RIGHT,BOTTOM>");
            pw.println("           Makes sure <TASK_ID> is in a stack with the specified bounds.");
            pw.println("           Forces the task to be resizeable and creates a stack if no existing stack");
            pw.println("           has the specified bounds.");
            pw.println("       resize <TASK_ID> <LEFT> <TOP> <RIGHT> <BOTTOM>");
            pw.println("           The task is resized only if it is in multi-window windowing");
            pw.println("           mode or freeform windowing mode.");
            pw.println("  update-appinfo <USER_ID> <PACKAGE_NAME> [<PACKAGE_NAME>...]");
            pw.println("      Update the ApplicationInfo objects of the listed packages for <USER_ID>");
            pw.println("      without restarting any processes.");