Skip to content

Instantly share code, notes, and snippets.

@aaustin
Created October 23, 2015 05:07
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 aaustin/be57a482daceec621045 to your computer and use it in GitHub Desktop.
Save aaustin/be57a482daceec621045 to your computer and use it in GitHub Desktop.
<intent-filter>
<data android:scheme="your_uri_scheme" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment