Hello friends, according to my device, this is the directory of the SD card (/storage/47F0-1803 or content://com.android.externalstorage.documents/tree/47F0-1803%3A) and I want to directly copy a file as a backup inside the SD card. But the examples that I have found (For example ExternalStorage Class), it is necessary for the user to manually select the destination directory, but I need to do it unattended.
Maybe the user can select once the destination directory (As a initial configure), store it somewhere as a value, and then make the copy using the stored value.
Thank you very much in advance for any help you can give me.
Regards,