From 7a8957beb7c2e01a1bf5776898542e24f6f288fb Mon Sep 17 00:00:00 2001 From: "Pietro F. Maggi" Date: Thu, 5 Sep 2024 08:36:28 +0200 Subject: [PATCH] No public description PiperOrigin-RevId: 671247802 --- src/main/java/com/afwsamples/testdpc/ShellCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/afwsamples/testdpc/ShellCommand.java b/src/main/java/com/afwsamples/testdpc/ShellCommand.java index 6d413e4c..671046b1 100644 --- a/src/main/java/com/afwsamples/testdpc/ShellCommand.java +++ b/src/main/java/com/afwsamples/testdpc/ShellCommand.java @@ -65,7 +65,7 @@ /** * Provides a CLI (command-line interface) to TestDPC through {@code dumpsys}. * - *

Usage: {@code adb shell dumpsys activity service --user USER_ID com.afwsamples.testdpc CMD}. + *

Usage: {@code adb shell dumpsys activity --user USER_ID service com.afwsamples.testdpc CMD}. */ final class ShellCommand { private static final String TAG = "TestDPCShellCommand";