Skip to content

Instantly share code, notes, and snippets.

@sergpetrov
Last active September 1, 2022 09:51
Show Gist options
  • Save sergpetrov/ce6a0d57d8c3fa2e23371cff727259ff to your computer and use it in GitHub Desktop.
Save sergpetrov/ce6a0d57d8c3fa2e23371cff727259ff to your computer and use it in GitHub Desktop.
<fragment
android:id="@+id/video_fragment"
android:name="com.company.VideoFragment">
<deepLink android:autoVerify="true" app:uri="company.com/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="company.com/.*/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="company.com/.*/collections/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="company.com/user/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="staging-company.com/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="staging-company.com/.*/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="staging-company.com/.*/collections/videos/{videoId}" />
<deepLink android:autoVerify="true" app:uri="staging-company.com/user/videos/{videoId}" />
...
</fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment