Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created August 14, 2012 08:18
Show Gist options
  • Save masarugen/3347485 to your computer and use it in GitHub Desktop.
Save masarugen/3347485 to your computer and use it in GitHub Desktop.
Bundle myExtras = getIntent().getExtras();
if (myExtras != null) {
mSaveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
mCropValue = myExtras.getString("crop");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment