Top "Android-mediascanner" questions

The MediaScannerConnection class provides a way for applications to pass a newly created or downloaded media file to the media scanner service

How to trigger MediaScan on Nexus 7?

Because I want to make sure the MediaStore has the latest information without having to reboot I'd like to trigger …

android android-intent android-broadcast android-mediascanner
Android image files deleted from com.android.providers.media/albumthumbs on reboot

My app is using images from folder /storage/emulated/0/Android/data/com.android.providers.media/albumthumbs. When I change language …

android android-contentprovider android-mediascanner
Android: Problem with Media Scanner not Running

I have an app that user's can draw with, and then 'export' that drawing as a .png file to external …

android android-mediascanner
update android image gallery with newly created bitmap

I'm trying to save an image file to external storage. I can save the picture to the sdcard but it …

android android-camera android-mediascanner
Observing changes in Android content observer for Audio.Media.EXTERNAL_CONTENT_URI

I am developing an Android app in which I have to detect changes in Android SD card for audio files …

android android-sdcard contentobserver android-mediascanner fileobserver
How to refresh Gallery after deleting image from SDCard

When deleting the images on Android’s SD Card, sometimes the images are correctly removed but in the gallery still …

android android-mediascanner
File not added to gallery android

This app i am making is taking pictures and saving it to sdcard but the images are not being shown …

android android-intent android-imageview android-gallery android-mediascanner
Force scan files after taking photo

on api level 4 (android 1.6), after taking photo using: Intent intent = new Intent("android.media.action.IMAGE_CAPTURE"); File photo = new …

android android-mediascanner
How to refresh Android's MediaStore upon photo deletion

Question: how to make the media store to refresh its entry of a DELETED file? After deleting a photo in …

android mediastore android-mediascanner
MediaScanner ServiceConnectionLeaked

I use this class to scan my app image in SDCard. public class SingleMediaScanner implements MediaScannerConnectionClient { private MediaScannerConnection mMs; private …

android android-mediascanner