Following are my code in AsynTask
thread:
File f = new File(Environment.getExternalStorageDirectory()+"/DCIM/IMG_20140210_130057.jpg");
boolean exist=f.exists(); //debug result exist=false.
This code fires FileNotFoundException
but the file is there.
I have already added following permission.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>