I want to read the notifications sitting in my status bar and based on the notification subject, i need to perform some action. Is it possible? If yes, please let me know..
Thanks in advance.
I want to read the notifications sitting in my status bar and based on the notification subject, i need to perform some action. Is it possible? If yes, please let me know..
Thanks in advance.
Starting with API 18 there is a NotificationListenerService class. You can use it to get the active notifications or get notified about new notifications.
On older android versions there is a hack with Accessibility Service. Check out this answer: Android accessibility service detect notification