Skip to content

Conversation

burinmatheus
Copy link

Starting with Android 14, the system requires explicit specification of whether a BroadcastReceiver should be exported or not exported to control visibility to other applications. Without this configuration, the app may crash when registering the BroadcastReceiver.

This pull request updates the BroadcastReceiver registration code in BaseIntentHandler.java to include the necessary visibility parameter for compatibility with Android 14 and 15.

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.

1 participant