打开系统设置主界面
adb shell am start com.android.settings/com.android.settings.Settings
查看设备
adb devices
返回设置
adb shell am start -n com.android.settings/.Settings
覆盖安装
adb install -r -d
按键Home
adb shell input keyevent 3
返回键
adb shell input keyevent 4
菜单键
adb shell input keyevent 82
标签:常用,shell,keyevent,settings,命令,adb,input,android From: https://www.cnblogs.com/loveMis/p/16994171.html