diff --git a/pages/android/dumpsys.md b/pages/android/dumpsys.md index 39f239ce7f..308e35df49 100644 --- a/pages/android/dumpsys.md +++ b/pages/android/dumpsys.md @@ -1,6 +1,7 @@ # dumpsys > Provide information about Android system services. +> This command can only be used through `adb shell`. > More information: . - Get diagnostic output for all system services: diff --git a/pages/android/getprop.md b/pages/android/getprop.md index 2649ec4ef3..ef0cbc66b5 100644 --- a/pages/android/getprop.md +++ b/pages/android/getprop.md @@ -1,9 +1,9 @@ # getprop -> Show information about adb devices and emulators. +> Show information about Android system properties. > More information: . -- Display information about the Android system properties: +- Display information about Android system properties: `getprop` diff --git a/pages/android/input.md b/pages/android/input.md index c78799b8d6..323e67da5d 100644 --- a/pages/android/input.md +++ b/pages/android/input.md @@ -1,7 +1,7 @@ # input > Send event codes or touchscreen gestures to an Android device. -> Event codes can be inputting single characters, ending calls, volume up, etc. +> This command can only be used through `adb shell`. > More information: . - Send an event code for a single character to an Android device: diff --git a/pages/android/logcat.md b/pages/android/logcat.md index 4d7b269c62..8b76922350 100644 --- a/pages/android/logcat.md +++ b/pages/android/logcat.md @@ -1,7 +1,6 @@ # logcat > Dump a log of system messages. -> Native Android CLI tool. > More information: . - Display system logs: diff --git a/pages/android/wm.md b/pages/android/wm.md index 193e0971d9..7cfbcd4fc7 100644 --- a/pages/android/wm.md +++ b/pages/android/wm.md @@ -1,6 +1,7 @@ # wm > Show information about the screen of an Android device. +> This command can only be used through `adb shell`. - Display the physical size of an Android device's screen: