带有“null”的通知待定意向
我正在尝试在 Android 中实现通知。
现在我遇到了一个问题,我不想让用户打开任何 Activity
的 PendingIntent
。我怎样才能做到这一点?
I'm trying to implement notification in Android.
Now I have a problem, I don't want to have a PendingIntent
that user will open any Activity
. How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下方法有效并且看起来更简单:
在不启动后续活动的情况下发出通知对我来说似乎相当明智 - 例如“该起床了!”
The following works and seems more straightforward:
Having a notification without launching a subsequent Activity seems quite sensible to me - eg "Its time to get up!.