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/studio/command-line/adb.
adb shell
adb shell getprop
adb shell pm reset-permissions
adb shell pm revoke {{paczka}} {{pozwolenie}}
adb shell input keyevent {{kod_klucza}}
adb shell pm clear {{paczka}}
adb shell am start -n {{paczka}}/{{aktywność}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN