I have enabled App linking in my application. It works fine. But in my application there are some scenarios where i cannot handle the incoming url. In those cases i want to
Unfortunately, we can't exclude any certain URL, since Android doesn't provide that option.
But you can handle using path prefix.
// To handle: http://myhost.com/v/page1?id=123 // To exclude: http://myhost.com/v/page2?id=123
then in manifiest