Android Debug Bridge Shell: uruchamiaj zdalne polecenia powłoki na instancji emulatora Androida lub podłączonych urządzeniach z Androidem. Więcej informacji: https://developer.android.com/tools/adb.
adb shell
adb shell getprop
adb shell pm reset-permissions
adb shell pm revoke {{pakiet}} {{pozwolenie}}
adb shell input keyevent {{kod_klawisza}}
adb shell pm clear {{pakiet}}
adb shell am start -n {{pakiet}}/{{aktywność}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN