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

Commit e391fe76 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

Change-Id: I4202bc13102f35b8d3cd4b328c5a1de49b7cb08e
parents bf3f4dd7 e7ce1d40
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");