How can i run multimedia scanner in android? My application download files to SDCARD/Music , but when i run the standard music player, i can’t found new mp3. When I restart my phone, music player see my new mp3.
How can i run multimedia scanner in android? My application download files to SDCARD/Music
Share
Using MediaScannerConnection , it is possible to find the new mp3 .This service wants to binds the client service that means your connection.(You have to forcibily scan the file..) .For more information look here.