I am building a media player application and I want to make a list from all .mp3 files on the device. To do that I need the EXTERNAL REMOVABLE storage path.
This path could be different in different devices.
Environment.getExternalStorageDirectory().getAbsolutePath()
I've already tried above line of code but it returns the path of internal storage.
This has been discussed here! It didn't help.