How do i download files to the local downloads folder?
问题 I enabled the download settings for files with WebView. I'm saving files with DownloadManager. But the files do not appear in the local downloads directory. The files I've downloaded are save here. > file/storage/emulated/0/Android/data/com.myapp/files/x.mp3 I've tried a lot. But somehow it was not downloaded in the local downloads folder. What should I do? My Code String string = String.valueOf((URLUtil.guessFileName(url, contentDisposition, mimeType))); DownloadManager.Request request = new