从服务触发 Android 硬件事件
是否可以从服务触发硬件事件?至少,我希望能够模拟轨迹球运动和单击事件,以便活动应用程序能够正常处理它们。
非常感谢。
Is it possible to trigger a hardware event from a service? At the very least, I'm hoping to emulate trackball movements and clicking events such that an active app will process them normally.
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不这么认为,当然也不希望如此。这将是一个严重的安全问题。
如果您只是使用 JUnit 等进行测试,那么使用仪器类就可以做到这一点。
I don' think so and certainly hope not. That would be a serious security issue.
If you are just testing with JUnit etc then this is possible with the instrumentation classes.