adb shell

Android Debug Bridge Shell: Esegue un commando remoto sull'emulatore o dispositivo Android connesso. Maggiori informazioni: https://developer.android.com/tools/adb.

adb shell

adb shell getprop

adb shell pm reset-permissions

adb shell pm revoke {{pacchetto}} {{permesso}}

adb shell input keyevent {{keycode}}

adb shell pm clear {{pacchetto}}

adb shell am start -n {{pacchetto}}/{{attività}}

adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN