Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created September 1, 2018 11:46
Show Gist options
  • Save DanishAmjad12/669b16090ae2dd96cca3c745ca8cc8d8 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/669b16090ae2dd96cca3c745ca8cc8d8 to your computer and use it in GitHub Desktop.
<activity ...>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="www.example.com" />
<data android:scheme="https" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment