With Android 4.4.2 I have have to change Environment.getExternalStorageDirectory() to use context.getExternalFilesDir(null)
This works perfectly fine on 4.4.2 Emulator and my Galaxy S3 but on the Galaxy S3 it is using the internal memory and not the SDCard
I have used (How can I get external SD card path for Android 4.0+?) Answer with 18 to find the SDCard
Is there anywhere round this issue on the Galaxy S3 with combining getExternalFilesDir() and the Galaxy S3
Thanks