How to get notified of each new image being visible to the gallery app?
Background When the user downloads a new image or captures one using the camera, the gallery app will get updated to show the new images. I need to be notified of each new image as soon as it was created, no matter how it was created (camera, browser,...) , just as the gallery app shows. The problem As it turns out there is a mediaScanner Android component that is responsible for scanning all types of media files, and when it finishes, it's supposed to send an intent " MEDIA_SCANNER_FINISHED " (as shown on this example ) . So I've added the next code , hoping it will show a toast each time the