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

Commit 329b35f2 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Add documentation for 'am start-foreground-service'

Bug: 35263881
Test: manual (Checked the am help)
Change-Id: Ibd7bbfdb65cf61b7e86d861d5a4f85ea57377f22
parent 45fe7eef
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");