Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “MediaScannerConnectionClient”:

Adding Files to Android’s Media Library Using the MediaScanner

By

When you add files to Android’s filesystem these files are not picked up by the MedaScanner automatically. But often they should be. As far as I can tell from a cursory search through Android’s codebase, Android runs a full media scan only on reboot and when (re)mounting the sd card. This might sound bad at […]  Continue Reading  “Adding Files to Android’s Media Library Using the MediaScanner”