Skip to content

Instantly share code, notes, and snippets.

@yaronn
Created June 4, 2012 15:07
Show Gist options
  • Save yaronn/2868937 to your computer and use it in GitHub Desktop.
Save yaronn/2868937 to your computer and use it in GitHub Desktop.
1.java
Object obj = getIntent().getExtras();
Uri imageUri = (Uri) ((Bundle) obj).get(Intent.EXTRA_STREAM);
InputStream in = getContentResolver().openInputStream(imageUri);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment