Skip to content

Instantly share code, notes, and snippets.

@sjthn
Created January 27, 2017 18:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjthn/62c27213bac7b8357996e2d0c47c8c76 to your computer and use it in GitHub Desktop.
Save sjthn/62c27213bac7b8357996e2d0c47c8c76 to your computer and use it in GitHub Desktop.
ShareCompat.IntentReader intentReader = ShareCompat.IntentReader.from(this);
if (intentReader.isShareIntent()) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment