I'm creating an application to download some music files. How do I save it to the internal storage, to be visible to the user using his file manager?
I searched in all the web, and I found that using the Downloads Manager I can only save files in the internal storage, and using another ways, I couldn't save that in place that the user can see.
I tried all the ways from here: Android - how to download file from webserver, but nothing worked for me...
I expect to save that in a visible place in the internal storage, but I can only save in the external storage, and in the app's dir, which is not visible to the regular user.