I am moving photo from on directory to another using following code
File oldfile= new File(originalImagePath); File newfile=new File(newImagePa
to remove from gallery
try { getContentResolver().delete(); } catch (Exception e) { e.printStackTrace(); }