Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created February 21, 2016 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlospt/d86cfba69d591bb85ae1 to your computer and use it in GitHub Desktop.
Save pavlospt/d86cfba69d591bb85ae1 to your computer and use it in GitHub Desktop.
ActivityResult
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
mCallbackManager.onActivityResult(requestCode,resultCode,data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment