1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/android/wm.md

14 lines
360 B
Markdown
Raw Normal View History

2021-03-31 12:38:16 +02:00
# 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>.
2021-03-31 12:38:16 +02:00
- Display the physical size of an Android device's screen:
`wm size`
2021-03-31 12:38:16 +02:00
- Display the physical density of an Android device's screen:
`wm density`