应用程序小部件是否可以检测长按?
我已经弄清楚如何使用 setOnClickPendingIntent 来检测和处理视图上的按下,但我找不到任何方法来检测长按(或双击)。我希望根据用户是否按下或长按来发生不同的操作。这可能吗?
谢谢。
I've figured out how to use setOnClickPendingIntent to detect and handle a press on a view, but I can't find any way to detect a long-press (or double-tap). I'd like to have different actions happen based on whether the user pressed or long-pressed. Is this possible?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,不,
RemoteViews
仅支持普通点击。Sorry, no, only ordinary taps are supported by
RemoteViews
.