Sunday, August 4, 2013

Trigger Media Scanner Programmatically

sendBroadcast (
    new Intent(Intent.ACTION_MEDIA_MOUNTED, 
        Uri.parse("file://" + Environment.getExternalStorageDirectory()))
);

No comments:

Post a Comment