My app needs to save some data on phone's storage. The user can select where the data is saving. I have a problem with an HTC EVO user which didn't see the external card listed in my app.
I'm using Environment.getExternalStorageDirectory().getAbsolutePath()
but this leads to the internal SD card, not to the external one. Please tell me what path should I follow(even it's hardcoded) to list the ext sd on his phone? I want to list both SD cards...1 is listed but the other one isn't seen...