Skip to content

Instantly share code, notes, and snippets.

@sjthn
Created January 27, 2017 18:40
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/bb6fe58134d5a73b464d2b9acfebe0c8 to your computer and use it in GitHub Desktop.
Save sjthn/bb6fe58134d5a73b464d2b9acfebe0c8 to your computer and use it in GitHub Desktop.
String type = intentReader.getType();
if (type.equals("text/plain")){
CharSequence text = intentReader.getText();
textView.setText(text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment