android/*: fix command descriptions (#5807)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# dumpsys
|
# dumpsys
|
||||||
|
|
||||||
> Provide information about Android system services.
|
> Provide information about Android system services.
|
||||||
|
> This command can only be used through `adb shell`.
|
||||||
> More information: <https://developer.android.com/studio/command-line/dumpsys>.
|
> More information: <https://developer.android.com/studio/command-line/dumpsys>.
|
||||||
|
|
||||||
- Get diagnostic output for all system services:
|
- Get diagnostic output for all system services:
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
# getprop
|
# getprop
|
||||||
|
|
||||||
> Show information about adb devices and emulators.
|
> Show information about Android system properties.
|
||||||
> More information: <https://manned.org/getprop>.
|
> More information: <https://manned.org/getprop>.
|
||||||
|
|
||||||
- Display information about the Android system properties:
|
- Display information about Android system properties:
|
||||||
|
|
||||||
`getprop`
|
`getprop`
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# input
|
# input
|
||||||
|
|
||||||
> Send event codes or touchscreen gestures to an Android device.
|
> 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: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
|
> More information: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
|
||||||
|
|
||||||
- Send an event code for a single character to an Android device:
|
- Send an event code for a single character to an Android device:
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
# logcat
|
# logcat
|
||||||
|
|
||||||
> Dump a log of system messages.
|
> Dump a log of system messages.
|
||||||
> Native Android CLI tool.
|
|
||||||
> More information: <https://developer.android.com/studio/command-line/logcat>.
|
> More information: <https://developer.android.com/studio/command-line/logcat>.
|
||||||
|
|
||||||
- Display system logs:
|
- Display system logs:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# wm
|
# wm
|
||||||
|
|
||||||
> Show information about the screen of an Android device.
|
> 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:
|
- Display the physical size of an Android device's screen:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user