Skip to content

Instantly share code, notes, and snippets.

@tsmrecki
Last active December 20, 2017 09:22
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 tsmrecki/6174194629bfef0d75bdd29bd1f262f3 to your computer and use it in GitHub Desktop.
Save tsmrecki/6174194629bfef0d75bdd29bd1f262f3 to your computer and use it in GitHub Desktop.
Instant App data deep links proper definition
<intent-filter android:autoVerify="true">
...
<data
android:scheme="http"
android:host="example.domain"
android:pathPrefix="/products" />
<data android:scheme="https"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment