-
-
Notifications
You must be signed in to change notification settings - Fork 694
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
Please add support for Android 34 #642
Comments
Yes. This issue is legit. Please, fix it to complete adding support to Android 34. |
kabirnayeem99
added a commit
to kabirnayeem99/android-upload-service
that referenced
this issue
Oct 9, 2023
…EIVER_EXPORTED or RECEIVER_NOT_EXPORTED (gotev#642) gotev#642 Caused by: java.lang.SecurityException: ************: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts at android.os.Parcel.createExceptionOrNull(Parcel.java:3057) at android.os.Parcel.createException(Parcel.java:3041) at android.os.Parcel.readException(Parcel.java:3024) at android.os.Parcel.readException(Parcel.java:2966) at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684) at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1852) at android.app.ContextImpl.registerReceiver(ContextImpl.java:1792) at android.app.ContextImpl.registerReceiver(ContextImpl.java:1780) at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:755) at net.gotev.uploadservice.observer.request.BaseRequestObserver.register(BaseRequestObserver.kt:36) at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(GlobalRequestObserver.kt:12) at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(GlobalRequestObserver.kt:6) at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(Unknown Source:16)
Please check this PR which resolves this issue. |
kabirnayeem99
added a commit
to kabirnayeem99/android-upload-service
that referenced
this issue
Oct 10, 2023
@gotev is there any update for adding that PR or have another fix? This makes Android 14 crash. |
zatteo
added a commit
to cozy/cozy-flagship-app
that referenced
this issue
Jul 18, 2024
react-native-background-upload is not maintained. We already had a patch for react-native 0.72, but we are getting an error when uploading a file when targeting Android 34 : "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts". Fix is done in android-upload-service gotev/android-upload-service#642 New patch is taken from Vydia/react-native-background-upload#347
4 tasks
zatteo
added a commit
to cozy/cozy-flagship-app
that referenced
this issue
Jul 18, 2024
react-native-background-upload is not maintained. We already had a patch for react-native 0.72, but we are getting an error when uploading a file when targeting Android 34 : "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts". Fix is done in android-upload-service gotev/android-upload-service#642 New patch is taken from Vydia/react-native-background-upload#347
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caused by: java.lang.SecurityException: ************: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
at android.os.Parcel.createExceptionOrNull(Parcel.java:3057)
at android.os.Parcel.createException(Parcel.java:3041)
at android.os.Parcel.readException(Parcel.java:3024)
at android.os.Parcel.readException(Parcel.java:2966)
at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1852)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1792)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1780)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:755)
at net.gotev.uploadservice.observer.request.BaseRequestObserver.register(BaseRequestObserver.kt:36)
at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(GlobalRequestObserver.kt:12)
at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(GlobalRequestObserver.kt:6)
at net.gotev.uploadservice.observer.request.GlobalRequestObserver.(Unknown Source:16)
The text was updated successfully, but these errors were encountered: