According to what I read this permission is obsolete, which makes it difficult for me to save images in Download/MyFolder.
although at the moment of requesting it, it is executed, nothing happens.
I tried several download extensions
ASDDownload
CustomDownload
TaiFunFile to move files and nothing. all attempts worked fine up to android 10
Yes, you not not need write permission, so why are you asking for that permission?
Try one solution and provide a screenshot of your relevant block and describe the issue you get…
There are several solutions just a search in the community away…
if i need permission like i said i need to create a subdirectory inside DOWNLOADS. where to save my downloads or move files from Active, on android <11 no problem.
Specifically, what I need is for the download of images to be accessible to the user, if they can be seen in the gallery it would be perfect or at least have a “MyFolderxxx” directory inside
storage/emulated/0/xxxx
or storage/emulated/0/Download/xxxx
or storage/emulated/0/Pictures/xxxx
you say that it is possible to create a directory in storage/emulated/0/MyFolder
or inside storage/emulated/0/Download/MyFolder/picture.jpg
the extensions that you use do, but on android >10 they don’t work android.permission.WRITE_EXTERNAL_STORAGE
Permission is requested, but only works for READ
I know, I’ve read it a thousand times and you keep repeating it.
If there is a problem, solutions are expected.
I think I was pretty clear with the need, try all possible extensions and directories.
…/0/Download/myfile.jpg …/0/Images/myfile.jpg
the download never completes or takes effect, they hang in the process with no errors.
Which does not happen in android 10 or < therefore the processes are well established.