In Android settings users can turn off notification if they don\'t want to. So is there any method that like isNotificationAllowed() to check is my app is allow
isNotificationAllowed()
Try this:
Is there a way an app can check if it is allowed to access notifications?
And there's a bit more explaination here:
Check for access to notifications using NotificationListenerService