We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841be9c commit 7a8957bCopy full SHA for 7a8957b
src/main/java/com/afwsamples/testdpc/ShellCommand.java
@@ -65,7 +65,7 @@
65
/**
66
* Provides a CLI (command-line interface) to TestDPC through {@code dumpsys}.
67
*
68
- * <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}.
69
*/
70
final class ShellCommand {
71
private static final String TAG = "TestDPCShellCommand";
0 commit comments