You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Android 14, there have been significant changes to the behavior of broadcasts. When registering a BroadcastReceiver in code, you now need to specify whether it is exported or not.
Can we add Context.RECEIVER_NOT_EXPORTED in below line?
In Android 14, there have been significant changes to the behavior of broadcasts. When registering a BroadcastReceiver in code, you now need to specify whether it is exported or not.
Can we add Context.RECEIVER_NOT_EXPORTED in below line?
https://github.com/Impaktfull/flutter_appcenter_release_manager/blob/f62fa56843df30953bcc9351620877e0ade9b625/android/src/main/kotlin/com/impaktfull/appcenter_release_manager/AppcenterReleaseManagerPlugin.kt#L86
The text was updated successfully, but these errors were encountered: