android/*: add French translation (#6716)

This commit is contained in:
Nicolas Hansse
2021-10-04 20:36:35 +02:00
committed by GitHub
parent e969983b88
commit 1a1fc29b50
12 changed files with 234 additions and 0 deletions

13
pages.fr/android/wm.md Normal file
View File

@@ -0,0 +1,13 @@
# wm
> Affiche les informations de l'écran d'un appareil Android.
> Cette commande peut être utilisé 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}}`