I want to store a file on the SD card using File. I already achieved to store a file in external storage (named internal storage in my file explorer app. This is NO
File
Using this may help you:
An answer to Stack Overflow question How do I get the external storage's path?
Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)