Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created April 1, 2014 12:59
Show Gist options
  • Save tagrudev/9913469 to your computer and use it in GitHub Desktop.
Save tagrudev/9913469 to your computer and use it in GitHub Desktop.
Open Gallery Android
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(
"content://media/internal/images/media"));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment