From Android Settings app it's possible to disable Push Notification and
AndroidNotificationCenter.UserPermissionToPost
does not reflect that setting.
On Android <= 12 it returns always true, even if the user has disabled the setting, while it should return the value of
NotificationManagerCompat.from(context).areNotificationsEnabled()
From Android Settings app it's possible to disable Push Notification and
AndroidNotificationCenter.UserPermissionToPost
does not reflect that setting.On Android <= 12 it returns always true, even if the user has disabled the setting, while it should return the value of
NotificationManagerCompat.from(context).areNotificationsEnabled()