My app can write and delete file from the android sd card by adding the
android.permission.WRITE_EXTERNAL_STORAGE permission.
But this does not work with the external SD card some devices support. Writing to the default SD card (/mnt/sdcard0 in most cases) has no problem, but this does not work with the extra sd cards (/mnt/sdcard1 ).
I have googled about this and also gone through some threads in stackoverfolw itself, but still i am not able to find a proper solution.
Is it really a bug in android? Is there any workaround for this?
I will really appreciate any clarification on this.