Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有android.permission.INJECT_EVENTS,Manifest.xml但我不能用TouchEventExec()。
android.permission.INJECT_EVENTS
Manifest.xml
TouchEventExec()
我想我可以用 root 命令来做,但我不知道 root 命令TouchEventExec()
我该如何解决这个问题?
INJECT_EVENTS出于明显的安全原因,普通的 SDK 应用程序无法持有该权限。您的应用程序必须使用与固件签名相同的签名密钥进行签名,这仅在您创建自己的固件时才实用。
INJECT_EVENTS