The fact is that I use the library to download files. By default, all downloaded files are saved in the Downloads folder of the internal memory of the phone. Everywhere it says that you can write files to the SD-карту in this way:
Environment.getExternalStorageDirectory() + File.separator Yes, and in the README also writes about this:
.destinationFilePath(Environment.getExternalStorageDirectory() + File.separator) But no matter how it changed, it still writes the downloaded files to the internal memory. Only not in the Downloads , but in the root.
Tell me, please, what am I doing wrong?