tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.66k stars 343 forks source link

Downloads stay in queued state for a very long time before starting #686

Open JBramEu opened 2 months ago

JBramEu commented 2 months ago

Seen on apps with targetSdk 34 and Android 14 Everything is working fine with targetSdk 33.

Since targetSdk 34 is mandatory for new apps and updates in PlayStore starting August 31st, this is somewhat urgent.

kose-cansu commented 2 months ago

I am having this problem too. Do you have a solution for this problem?

bmodi2 commented 2 months ago

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.