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

Commit 7cac2b0e authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

Merge "Add documentation for 'am start-foreground-service'" into oc-dev am: e7ce1d40

am: e391fe76

Change-Id: Ibf0d1a860cf8cece27f84bb2a9f0c5039ecfd03b
parents b0453ce0 e391fe76
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2498,6 +2498,10 @@ final class ActivityManagerShellCommand extends ShellCommand {
            pw.println("      Start a Service.  Options are:");
            pw.println("      --user <USER_ID> | current: Specify which user to run as; if not");
            pw.println("          specified then run as the current user.");
            pw.println("  start-foreground-service [--user <USER_ID> | current] <INTENT>");
            pw.println("      Start a foreground Service.  Options are:");
            pw.println("      --user <USER_ID> | current: Specify which user to run as; if not");
            pw.println("          specified then run as the current user.");
            pw.println("  stop-service [--user <USER_ID> | current] <INTENT>");
            pw.println("      Stop a Service.  Options are:");
            pw.println("      --user <USER_ID> | current: Specify which user to run as; if not");