I want to implement an NotificationListenerService to get access to all notifications that are posted to the notification bar.
I understand that I need to enable access to the Notifications in the Settings with this call:
startActivity(new Intent("android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS"));
Is there a way to check if the user activated Notification access for my app?