1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 15:15:44 +02:00
tldr/pages.fr/android/wm.md

14 lines
437 B
Markdown
Raw Normal View History

# wm
> Affiche les informations de l'écran d'un appareil Android.
2023-08-30 15:20:03 +02:00
> Cette commande peut être utilisée uniquement depuis `adb shell`.
2025-08-08 13:56:11 -07:00
> Plus d'informations: <https://web.archive.org/web/20240420064706/https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
- Affiche la taille physique de l'écran d'un appareil Android :
`wm size`
- Affiche la densité physique de l'écran d'un appareil Android :
`wm density`