I need to know when a notification is created because I want to change the audio mode. Is possible?
Thank you very much.
I need to know when a notification is created because I want to change the audio mode. Is possible?
Thank you very much.
With the release of Android 4.3 it is possible to get Notifications within a third-party app. See NotificationListenerService for reference
You can use Notification class, However an answer on SO, suggests that
There is currently no generic way to intercept Notifications sent from other applications.
However if you want to listen something like SMS notifications than this link can be useful for you..