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

Added Context.RECEIVER_NOT_EXPORTED flags on registerReceiver #13718

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jakubdolejs
Copy link

The library was failing when registering a broadcast receiver on newer Android devices. Android API level 33+ requires the Context.RECEIVER_NOT_EXPORTED or Context.RECEIVER_EXPORTED flag.

Copy link
Contributor

@mengyui mengyui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@Nir-Az
Copy link
Collaborator

Nir-Az commented Feb 10, 2025

@jakubdolejs thanks for your contribution.
Can I please ask to base your PR on development branch and target the PR to it?
It will help us proceed and merge the PR.

Thanks

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.

3 participants