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

Commit 1c91eb99 authored by Alfred Piccioni's avatar Alfred Piccioni Committed by Android (Google) Code Review
Browse files

Merge "`help` parameter now returns 0"

parents f9071024 26670f9c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,6 +229,9 @@ final class ActivityManagerShellCommand extends ShellCommand {
        final PrintWriter pw = getOutPrintWriter();
        try {
            switch (cmd) {
                case "help":
                    onHelp();
                    return 0;
                case "start":
                case "start-activity":
                    return runStartActivity(pw);