为所有 Android 通知触发的全局意图
它们是否会针对所有 Android 通知触发任何全局意图?
我知道有一些特定的类型,例如 PHONE STATE
和已收到短信
,但是还有其他短信吗?
Are their any global intents that are fired for all Android notifications?
I know there are a few specific kind like PHONE STATE
& SMS RECEIVED
, but are there any others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,没有为每个通知广播的全局意图。
No there is no global intent that is broadcasted for every Notification.
事实上,写一个很容易。只需添加一个对应于每个可能的操作,它就应该完成这项工作。
Actually, it's pretty easy to write one. Simply add a that corresponds to every possible action, and it should do the job.