1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 21:35:48 +02:00
tldr/pages.zh/android/wm.md

14 lines
358 B
Markdown
Raw Normal View History

2021-05-23 22:50:14 +08:00
# wm
> 显示关于 Android 设备屏幕的信息。
> 此命令只能通过 `adb shell` 使用。
2025-08-08 13:56:11 -07:00
> 更多信息:<https://web.archive.org/web/20240420064706/https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
2021-05-23 22:50:14 +08:00
- 显示 Android 设备屏幕的物理尺寸:
`wm size`
2021-05-23 22:50:14 +08:00
- 显示 Android 设备屏幕的物理密度:
`wm density`