I want to save a file on internal storage into a specific folder. My code is:
File mediaDir = new File(\"media\"); if (!mediaDir.exists()){ mediaDir.creat
You should create the media dir appended to what getLocalPath() returns.
media
getLocalPath()