Skip to content

Instantly share code, notes, and snippets.

@sergpetrov
Last active September 1, 2022 09:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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