Skip to content

Instantly share code, notes, and snippets.

@seungwoonlee
Created March 13, 2013 00:43
Show Gist options
  • Save seungwoonlee/5148456 to your computer and use it in GitHub Desktop.
Save seungwoonlee/5148456 to your computer and use it in GitHub Desktop.
Android Rescan Media forcibly
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://" + Environment.getExternalStorageDirectory())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment