2021-03-31 12:38:16 +02:00
|
|
|
# wm
|
|
|
|
|
|
|
|
> Show information about the screen of an Android device.
|
2021-04-22 22:09:21 +02:00
|
|
|
> This command can only be used through `adb shell`.
|
2025-08-08 13:56:11 -07:00
|
|
|
> More information: <https://web.archive.org/web/20240420064706/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:
|
|
|
|
|
2024-02-23 03:14:32 -03:00
|
|
|
`wm size`
|
2021-03-31 12:38:16 +02:00
|
|
|
|
|
|
|
- Display the physical density of an Android device's screen:
|
|
|
|
|
2024-02-23 03:14:32 -03:00
|
|
|
`wm density`
|