안드로이드 디버그 브릿지 쉘: 안드로이드 에뮬레이터 인스턴스 또는 연결된 안드로이드 장치에서 원격 쉘 명령을 실행. 더 많은 정보: https://developer.android.com/tools/adb.
adb shell
adb shell getprop
adb shell pm reset-permissions
adb shell pm revoke {{패키지}} {{권한}}
adb shell input keyevent {{키코드}}
adb shell pm clear {{패키지}}
adb shell am start -n {{패키지}}/{{활동}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN