Unity-Technologies/com.unity.mobile.notifications

AndroidNotificationCenter.UserPermissionToPost does not consider the Status of the notifications from the Android Settings

josefgrunig opened this issue · 1 comments

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()

API update to report this as well.