Skip to content
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

Ask for notification permission #2837

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

tomasMizera
Copy link
Collaborator

Android system notification for tracking won't be visible on Android 13+ unless we ask for specific permission (POST_NOTIFICATIONS).

This permission is not needed to start the service, so it is up to a user if they want to see the tracking in the notifications tray or not.
See https://developer.android.com/develop/ui/views/notifications/notification-permission

Resolves #2833

@tomasMizera tomasMizera merged commit a1b3e5f into master Oct 6, 2023
7 of 8 checks passed
@tomasMizera tomasMizera deleted the add-post-notification-permission branch October 6, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ask for permission to send permissions on Android >13
3 participants