Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created August 31, 2017 19:05
Show Gist options
  • Save DorkNstein/261eb4b9a3699afeafcf363e32a9ce73 to your computer and use it in GitHub Desktop.
Save DorkNstein/261eb4b9a3699afeafcf363e32a9ce73 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" />
<data android:mimeType="image/jpeg" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment