tldr/pages/android/wm.md

13 lines
273 B
Markdown
Raw Normal View History

2021-03-31 11:38:16 +01:00
# wm
> Show information about the screen of an Android device.
> This command can only be used through `adb shell`.
2021-03-31 11:38:16 +01:00
- Display the physical size of an Android device's screen:
`wm {{size}}`
- Display the physical density of an Android device's screen:
`wm {{density}}`