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?
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?
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.