Does Environment.getExternalStorageDirectory() returns a usable data folder when no sd card is mounted?
Imagine an Android device with no sd memory insterted. Only its own internal memory. I'm not sure what Environment.getExternalStorageDirectory() returns in this case. Null or a internal memory location valid for permanent data storage? Raghunandan public static File getExternalStorageDirectory() Added in API level 1 Gets the Android external storage directory. This directory may not currently be accessible if it has been mounted by the user on their computer, has been removed from the device, or some other problem has happened. You can determine its current state with getExternalStorageState()