I'm using NotificationListenerService to listen for all the incoming notifications (3rd party apps, messages, mails etc.) from the status bar and reading them aloud. But the problem is that I don't know how to dismiss a notification after reading it from my service. I have gone through notificationManager.cancel(id) but I couldn't get the id for an incoming notification from 3rd party app.
Please let me know if there is a way to dismiss the notification from any app.