I want my Instant App to catch a few links and discard rest. So below is the example of URL I want to catch:
The pattern I made was:
<data
android:scheme="https"
android:host="www.example.com"
android:pathPattern="myuser/login/..*/myuser/foo/..*"
/>
But this is not working.