Global intents that are fired for all Android notifications

ぐ巨炮叔叔 提交于 2019-12-11 10:49:03

问题


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?


回答1:


No there is no global intent that is broadcasted for every Notification.




回答2:


Actually, it's pretty easy to write one. Simply add a that corresponds to every possible action, and it should do the job.



来源:https://stackoverflow.com/questions/7797147/global-intents-that-are-fired-for-all-android-notifications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!