I am using PhoneGap 2.8.0 for android app.
Need to get the full path of sdcard using javascript in phonegap, because in my mobile it shows the location as file
file
Finally i found we can't get the external SD Card Path,
Environment.getExternalStorageState();
Its returns only Internal SD Card path
Reference: http://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()