-
Notifications
You must be signed in to change notification settings - Fork 344
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
download process start so late on Android 14 #688
Comments
Noticed a similar issue. The root cause for me was identified to be ACTION_QUEUE_BACKOFF_RESET broadcast was failing on Android 14, because the intent used was not package protected. |
So how did you solve this problem? |
The latest version on the library 3.2.0, should have the fix below for Android 14. Fetch/fetch2/src/main/java/com/tonyodev/fetch2/downloader/DownloadManagerImpl.kt Line 112 in c450f68
|
Since version 3.2.0 is not shared in Maven, I added the aar files to my project. But the download continues to start late in Android 14. The setpackage code you specified is also available in the version I am using. |
Fetch 3.3.0 has been released. See Release Notes |
Unfortunately, I continue to experience the problem in version 3.3.0. @tonyofrancis |
Unfortunately, I continue to experience the problem in version 3.3.0 @tonyofrancis |
The issue is also present on Android 15 running version 3.3.0 of this library |
Problem solved simply do below things @kose-cansu @iwenchao Step 1 : import whole project in your project |
Why does the download process start so late on Android 14 devices?
The text was updated successfully, but these errors were encountered: