Samsung Galaxy S3 has an external SD card slot, which is mounted to /mnt/extSdCard
.
How can I get this path by something like Environment.getExternalStorageDirectory()
?
This will return mnt/sdcard
, and I can't find the API for the external SD card. (Or removable USB storage on some tablets.)