Skip to content

Commit

Permalink
android/*: fix command descriptions (tldr-pages#5807)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon authored Apr 22, 2021
1 parent 43901df commit 4b89161
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pages/android/dumpsys.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pages/android/getprop.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
2 changes: 1 addition & 1 deletion pages/android/input.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion pages/android/logcat.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions pages/android/wm.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 4b89161

Please sign in to comment.