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

Android 14 support #7801

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Android 14 support #7801

merged 1 commit into from
Nov 6, 2023

Conversation

axinvd
Copy link
Contributor

@axinvd axinvd commented Oct 18, 2023

From react native pr

Summary:
Add RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support to DevSupportManagerBase for Android 14 change. See
https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported for details.

Without this fix, app crashes during launch because of :
SecurityException: {package name here}: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

@axinvd
Copy link
Contributor Author

axinvd commented Oct 18, 2023

Fixes:
#7751

@danialseikh34
Copy link

I am facing same issue how I can fix this ?

@yogevbd yogevbd merged commit 58edd09 into wix:master Nov 6, 2023
5 of 6 checks passed
@yogevbd yogevbd mentioned this pull request Nov 9, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants