I\'m writing an app that removes files that may or may not be listed in any one of the types of media libraries such as music or pictures. While I can use the MediaSca
MediaSca
The following works well for me. You can delete or add files using this.
MediaScannerConnection.scanFile( context, new String[]{fileToDelete, fileToAdd}, null, null);