摘要: 例子: //这条命令相当于按了设备的Backkey键 adb shell input keyevent 4 //可以解锁屏幕 adb shell input keyevent 82 //在屏幕上做划屏操作,前四个数为坐标点,后面是滑动的时间(单位毫秒) adb shell input swipe 5 阅读全文
posted @ 2018-11-08 18:11 JeremyYu 阅读(2979) 评论(0) 推荐(0) 编辑