Aria2App icon indicating copy to clipboard operation
Aria2App copied to clipboard

Allow downloading to SD card by moving files afterwards

Open devgianlu opened this issue 5 years ago • 0 comments

An user suggested:

In that case, I think you could use a private directory on sdcard (sdcard/Android/package name) as a temporary directory, which is still writable without any extra permissions other than storage access, and then move a downloaded file using storage access framework to the directory that the user picked on the external storage. Since your app already supports storage access framework, this should not be too hard to implement.

devgianlu avatar Nov 23 '20 17:11 devgianlu