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

Commit b7602777 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Corrects the help message for task resize" into main

parents d6aede92 1a91eec9
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4552,10 +4552,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.");