问题
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