I\'ve a ListView which has the list of installed applications and for each application, I need to know whether the notifications are enabled or not.
Currently I\'m using bel
See if you can use NotificationManagerCompat.areNotificationsEnabled() https://developer.android.com/reference/android/support/v4/app/NotificationManagerCompat.html#areNotificationsEnabled()
Android 4.1: How to check notifications are disabled for the application?