Android Debug Bridge Shell: Exécute une commande shell sur une instance d'émulateur Android ou un appareil Android. Plus d'informations : https://developer.android.com/studio/command-line/adb.
adb shell
adb shell getprop
adb shell pm reset-permissions
adb shell pm revoke {{paquet}} {{permission}}
adb shell input keyevent {{code}}
adb shell pm clear {{paquet}}
adb shell am start -n {{paquet}}/{{activité}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN