我可以制作一个等待长按的接收器吗?
我想通过长按主屏幕来触发活动。
这可以通过广播接收器实现吗?我应该提供服务吗?
好吧,让我说得更具体一些。我有一个教程,显示操作(单击、长按、滚动等),长按时启动获取 GPS 位置的活动。现在我想在长按主屏幕时执行此操作。这可能吗?我不得不说,我是 Android 开发的新手,如果我不能立即理解某些内容,我需要道歉。您对我正在尝试做的事情还有其他建议吗?
I want to trigger an activity via long press on home screen.
Is this possible via broadcast receivers? Should I make a service?
Well let me be more specific. I have a tutorial that shows the actions (single tap, long press, on scroll etc) and on long press starts an activity that gets the GPS location. Now I want to do this when I long press the home screen. Is this possible? I have to say that I am new to Android development and I need to apologize if am not understanding something right away. Do you have any other suggestions on what I am trying to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如@st0le 所指出的,不,除非您编写自己的主屏幕。
As @st0le indicated, no, unless you write your own home screen.