1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:39:46 +01:00
tldr/pages.fr/android/getprop.md
2021-10-05 02:36:35 +08:00

679 B

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}}