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

14 lines
395 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`.
> Plus d'informations : <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`