即使焦点集中在其他活动上也能实现手势识别
我正在尝试制作一个即使在我的应用程序没有聚焦时也能识别手势的应用程序。
我希望它成为一个永久运行的服务。
你能指出我正确的方向吗?我可以自己研究,只是不知道要搜索什么术语。谢谢。
I am trying to make an app that recognizes gestures even while my app is not focused.
I would like it to be a permanently running service.
Can you point me in the right direction. I can research it myself I just don't know what terms to search. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会冒险说我不相信这是可能的。据我所知,手势是通过 UI 通过视图来识别的……所以后台服务永远无法响应触摸/手势事件。
I'll go out on a limb and say that I do not believe this is possible. Gestures are recognized by the UI through Views as far as I know... so a background Service could never respond to touch/gesture events.