mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
wm: add Chinese translation (#6031)
This commit is contained in:
parent
242ac9ec04
commit
9b654dd6c1
1 changed files with 13 additions and 0 deletions
13
pages.zh/android/wm.md
Normal file
13
pages.zh/android/wm.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# wm
|
||||
|
||||
> 显示关于 Android 设备屏幕的信息。
|
||||
> 此命令只能通过 `adb shell` 使用。
|
||||
> 更多信息见:<https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||
|
||||
- 显示 Android 设备屏幕的物理尺寸:
|
||||
|
||||
`wm {{size}}`
|
||||
|
||||
- 显示 Android 设备屏幕的物理密度:
|
||||
|
||||
`wm {{density}}`
|
Loading…
Add table
Reference in a new issue