mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 12:54:16 +00:00
Update cheatsheets
This commit is contained in:
18
android/wm
Normal file
18
android/wm
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, android]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# wm
|
||||
|
||||
> Show information about the screen of an Android device.
|
||||
> This command can only be used through `adb shell`.
|
||||
> More information: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||
|
||||
- Display the physical size of an Android device's screen:
|
||||
|
||||
`wm {{size}}`
|
||||
|
||||
- Display the physical density of an Android device's screen:
|
||||
|
||||
`wm {{density}}`
|
||||
Reference in New Issue
Block a user