Hi,
Since Android 10, it is mandatory to use the MediaStore to save files into Folders likes Music, Movies, Pictures without asking the rights on the full file system (like you did in the demo app).
Currently Ketch do not permit to download files to other directory then Downloads without asking full permission.
Is it possible to support passing MediaStore uris (ex: content://media/external_primary/audio/media/1000000175) to the download function?
Hi,
Since Android 10, it is mandatory to use the MediaStore to save files into Folders likes Music, Movies, Pictures without asking the rights on the full file system (like you did in the demo app).
Currently Ketch do not permit to download files to other directory then Downloads without asking full permission.
Is it possible to support passing MediaStore uris (ex: content://media/external_primary/audio/media/1000000175) to the download function?