Skip to content

Instantly share code, notes, and snippets.

@sjthn
Last active May 7, 2018 22:09
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/c690b4cb57ebb29f6322b25e3fe72296 to your computer and use it in GitHub Desktop.
Save sjthn/c690b4cb57ebb29f6322b25e3fe72296 to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="text/plain" />
<data android:mimeType="text/html" />
<data android:mimeType="image/png" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment