adb shell

安卓调试桥-Shell: 运行安卓模拟器或者连接设备上的远程终端命令。 更多信息: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