adb shell

Android Debug Bridge Shell: Executar remotamente comandos shell em instâncias do emulador Android ou dispositivos Android conectados. Mais informações: https://developer.android.com/tools/adb.

adb shell

adb shell getprop

adb shell pm reset-permissions

adb shell pm revoke {{pacote}} {{permissao}}

adb shell input keyevent {{keycode}}

adb shell pm clear {{pacote}}

adb shell am start -n {{pacote}}/{{atividade}}

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