Was there anyway to find the application which is responsible for statusBar notification?.
One way of finding is selecting the notification Icon. But, if application doesn’t add launcher to it, it will be hard to find out. Please let me know if you know any other way to find it. Thanks.
I already posted the answer in Detect a new Android notification:
You need to register an AccessibilityService and make sure the user enables the service.
Example for a service: