Because I want to make sure the MediaStore has the latest information without having to reboot I\'d like to trigger the MediaScanner using the popular way I found on SO
using the popular way I found on SO
Faking ACTION_MEDIA_MOUNTED broadcasts has never been an appropriate solution IMHO.
ACTION_MEDIA_MOUNTED
Any ideas/alternatives?
Use MediaScannerConnection, such as via its scanFile() static method.