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

Commit e7ce1d40 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 43dd3ba3 329b35f2
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");