Skip to content

docs(messaging, android): update authorization state limitation for notification permission #12844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud-messaging/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ the request can be used to determine the user's overall decision:

Note: On Android versions prior to 13, `authorizationStatus` returns
`authorized` if the user has not disabled notifications for the app in the
operating system settings.
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.

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