android : deleting an image
问题 I am deleting an image file from my application. I was doing new File(filename).delete (); This was actually deleting the file. But the image was still visible in the gallery. On search i found that we should use getContentResolver().delete(Uri.fromFile(file), null,null); to delete But here i am getting the exception: Unknown file URL. java.lang.IllegalArgumentException: Unknown URL file:///mnt/sdcard/DCIM/Camera/IMG_20120523_122612.jpg When i see with any file browser, this particular image