Samsung Galaxy S3 has an external SD card slot, which is mounted to /mnt/extSdCard.
/mnt/extSdCard
How can I get this path by something like Environment.getExter
Environment.getExter
On Galaxy S3 Android 4.3 the path I use is ./storage/extSdCard/Card/ and it does the job. Hope it helps,