1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 23:15:33 +02:00

android/*: fix command descriptions (#5807)

This commit is contained in:
marchersimon 2021-04-22 22:09:21 +02:00 committed by GitHub
parent 43901df7ec
commit 4b891616c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
# dumpsys
> 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>.
- Get diagnostic output for all system services:

View file

@ -1,9 +1,9 @@
# getprop
> Show information about adb devices and emulators.
> Show information about Android system properties.
> More information: <https://manned.org/getprop>.
- Display information about the Android system properties:
- Display information about Android system properties:
`getprop`

View file

@ -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: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
- Send an event code for a single character to an Android device:

View file

@ -1,7 +1,6 @@
# logcat
> Dump a log of system messages.
> Native Android CLI tool.
> More information: <https://developer.android.com/studio/command-line/logcat>.
- Display system logs:

View file

@ -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: