How do you download files to this folder?
Android/data/com.niotron.companion/download/test.png
It should be:
/storage/emulated/0/Android/data/com.niotron.companion/files/download/test.png
(which is a sub-folder in the ASD)
To copy / move it to the Shared folder
/Download
(absolute path:storage/emulated/0/Download
) you can use theFile
component.
Note: There is no need to request MANAGE_EXTERNAL_STORAGE
(which, by the way, will not be granted by Google either).