-
Notifications
You must be signed in to change notification settings - Fork 352
Description
Failed to initialize Fetch: com.app.download: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts java.lang.SecurityException: com.mahindra.guidedrepair: 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:3340) at android.os.Parcel.createException(Parcel.java:3324) at android.os.Parcel.readException(Parcel.java:3307) at android.os.Parcel.readException(Parcel.java:3249) at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:6156) at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1935) at android.app.ContextImpl.registerReceiver(ContextImpl.java:1864) at android.app.ContextImpl.registerReceiver(ContextImpl.java:1852) at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:778) at com.tonyodev.fetch2.helper.PriorityListProcessorImpl.(PriorityListProcessorImpl.kt:71) at com.tonyodev.fetch2.fetch.FetchModulesBuilder$Modules.(FetchModulesBuilder.kt:125) at com.tonyodev.fetch2.fetch.FetchModulesBuilder.buildModulesFromPrefs(FetchModulesBuilder.kt:53) at com.tonyodev.fetch2.Fetch$Impl.getInstance(Fetch.kt:1026)
Getting this error while download the data after target sdk version chaged( Target sdk version is 35). How to resolve this issues.