Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671247802
  • Loading branch information
pfmaggi committed Sep 9, 2024
1 parent 841be9c commit 7a8957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/afwsamples/testdpc/ShellCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/**
* Provides a CLI (command-line interface) to TestDPC through {@code dumpsys}.
*
* <p>Usage: {@code adb shell dumpsys activity service --user USER_ID com.afwsamples.testdpc CMD}.
* <p>Usage: {@code adb shell dumpsys activity --user USER_ID service com.afwsamples.testdpc CMD}.
*/
final class ShellCommand {
private static final String TAG = "TestDPCShellCommand";
Expand Down

0 comments on commit 7a8957b

Please sign in to comment.