Skip to content Skip to sidebar Skip to footer

Global Intents That Are Fired For All Android Notifications

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?

Solution 1:

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

Solution 2:

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

Post a Comment for "Global Intents That Are Fired For All Android Notifications"