Global intents that are fired for all Android noti

2019-08-14 22:20发布

问题:

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.