Files
tldr/pages/android/wm.md
2021-04-22 21:09:21 +01:00

13 lines
273 B
Markdown

# 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:
`wm {{size}}`
- Display the physical density of an Android device's screen:
`wm {{density}}`