Skip to content

Instantly share code, notes, and snippets.

@Binary-Finery
Created October 2, 2018 06:43
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 Binary-Finery/1c113bfc2d308aa300dd4c9b86e0a023 to your computer and use it in GitHub Desktop.
Save Binary-Finery/1c113bfc2d308aa300dd4c9b86e0a023 to your computer and use it in GitHub Desktop.
intent filter manifest
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment