We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecca15d commit 76d748fCopy full SHA for 76d748f
com.unity.mobile.notifications/Runtime/Android/AndroidNotificationCenter.cs
@@ -686,7 +686,7 @@ public static PermissionStatus RequestPermissionToPost()
686
// Can only request permission if applications target SDK is 33, not actual device SDK
687
if (s_TargetApiLevel < API_POST_NOTIFICATIONS_PERMISSION_REQUIRED)
688
{
689
- SetPostPermissionSetting(PermissionStatus.DeniedDontAskAgain);
+ // don't change setting here, in case app gets updated
690
return PermissionStatus.DeniedDontAskAgain;
691
}
692
0 commit comments