I need to know in the most of the devices the sd card path. I have some problems for that I actually use:
Environment.getExternalStorageDirectory();
I think this is best one ...
Cursor cursor = getContentResolver().query(_uri, new String[] { ndroid.provider.MediaStore.Images.ImageColumns.DATA }, null, null, null); cursor.moveToFirst();