Fetch
Fetch copied to clipboard
"Fetch" does not download files on SDK 30+
Hello I had to upgrade targetSdkVersion from 29 to 31. But i got problem on android 11, "Fetch" does not download files on android 11!
I guess on sdk 30+ require using SAF to access files and "Fetch" not support SAF
How i can fix it?
Me too, but library seems abandoned
Unfortunately yeah ):
You can use this solution :
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
use this path to downloads
I am also failing with android API 30+ onwards :(