android/*: add French translation (#6716)
This commit is contained in:
32
pages.fr/android/getprop.md
Normal file
32
pages.fr/android/getprop.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# getprop
|
||||
|
||||
> Affiche les informations des propriétés système Android.
|
||||
> Plus d'informations : <https://manned.org/getprop>.
|
||||
|
||||
- Affiche les informations des propriétés système Android :
|
||||
|
||||
`getprop`
|
||||
|
||||
- Affiche les informations d'une propriété spécifique :
|
||||
|
||||
`getprop {{prop}}`
|
||||
|
||||
- Affiche le niveau API du SDK :
|
||||
|
||||
`getprop {{ro.build.version.sdk}}`
|
||||
|
||||
- Affiche la version d'Android :
|
||||
|
||||
`getprop {{ro.build.version.release}}`
|
||||
|
||||
- Affiche le modèle de l'appareil Android :
|
||||
|
||||
`getprop {{ro.vendor.product.model}}`
|
||||
|
||||
- Affiche le status du déblocage OEM :
|
||||
|
||||
`getprop {{ro.oem_unlock_supported}}`
|
||||
|
||||
- Affiche l'adresse MAC de la carte Wi-FI Android :
|
||||
|
||||
`getprop {{ro.boot.wifimacaddr}}`
|
Reference in New Issue
Block a user