Showing posts with label delete image from sdcard:. Show all posts
Showing posts with label delete image from sdcard:. Show all posts

Saturday, January 26, 2013

Delete image from sdcard:


 File file  =new File(Environment.getExternalStorageDirectory(),yourfilename);
     file.delete();