Skip to content

Commit 49d8f49

Browse files
docs(messaging, android): update authorization state limitation for notification permission (#12844)
Co-authored-by: Kevin Cheung <[email protected]>
1 parent 4b56df1 commit 49d8f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud-messaging/receive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the request can be used to determine the user's overall decision:
7171

7272
Note: On Android versions prior to 13, `authorizationStatus` returns
7373
`authorized` if the user has not disabled notifications for the app in the
74-
operating system settings.
74+
operating system settings. On Android versions 13 and above, there is no way to determine if the user has chosen whether to grant/deny permission. A `denied` value conveys an undetermined or denied permission state, and it will be up to you to track if a permission request has been made.
7575

7676
The other properties on `NotificationSettings` return whether a specific permission is enabled, disabled or not supported on the current
7777
device.

0 commit comments

Comments
 (0)