在ADB中使用三星Galaxy S7导航按钮

时间:2019-04-13 13:22:17

标签: android adb samsung-galaxy

如何通过Android调试桥使用Samsung Galaxy S7 Edge上的导航按钮?我已经尝试使用 touchnavigation 源弄清input命令,但似乎无法弄清楚。

这是我第一次使用ADB,所以有点菜鸟

1 个答案:

答案 0 :(得分:1)

adb shell input "KEYCODE_HOME"
adb shell input "KEYCODE_BACK"

其余键码:https://developer.android.com/reference/android/view/KeyEvent