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 应用程序都在它们的沙箱中运行,唯一与之通信的方法是使用意图和内容提供程序。无论如何我想问是否有任何方法可以发送到另一个活动事件?我想从我的服务发送到另一个应用程序的活动触摸事件
您不能从其他应用程序发送按键和触摸事件,您需要 root 访问权限才能执行此操作。