Skip to content
New issue

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

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

Already on GitHub? # 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

@ghost
Copy link

ghost commented Nov 3, 2023

I am facing same issue how I can fix this ?

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

Successfully merging this pull request may close these issues.

2 participants