I need that when download complete
My downloaded file from Android/data/com.niotron.companion/download/test.png
To download/wallpaper/test.png
For android 11 or 10 (all versions)
@Deathking for older android version you can use the inbuilt file component but for android 11 see this post
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).
1 Like