我想做一个应用程序,将触发点击一些关键。现在我正在使用python脚本和adb命令来触发它,例如:
adb shell input keyevent 3
adb shell input swipe 100 400 100 2400 100
etc...
不连接计算机就可以运行吗?直接从应用程序。我试图使用runtime.getruntime().exec()
Runtime.getRuntime().exec(new String[]{"/system/bin","input keyevent 3"});
但是我没有权限(java.io.ioexception:error=13,权限被拒绝)
暂无答案!
目前还没有任何答案,快来回答吧!