-
Notifications
You must be signed in to change notification settings - Fork 336
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 Error: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts #343
Comments
Fixed this issue at my end by changing build.gradle file implementation 'net.gotev:uploadservice-okhttp:4.9.2' and kotline version kotlinVersion = '1.8.21' , plus adding plugin id 'kotlin-parcelize' . |
@sandeep14 please take a look at #347 (comment) |
Hi guys, I'm also facing this problem in my project. Here is what I got from Sentry: SecurityException
|
Hi, @erickalvesduobox I followed the instructions, and the receiver error is gone for me. You can try using this patch file with patch package:
|
getting Below error while uploading video in android
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
Please provide solution for same
The text was updated successfully, but these errors were encountered: