Add deep link support in app

In your readme you write:

In above case, your app will be triggered if user clicks a link which starts with either deepLink://Screen1 or https://community.kodular.io .
First one is called uri link and latter is url link.If you want to remove support of anyone from your app then simply comment(add // before line) and that compiler will ignore that line.

But my understanding is that the data elements are combined as a cross product, so you will actually get 4 valid URIs, including deepLink://community.kodular.io and https://Screen1.

See the discussion at the end of Add intent filters for incoming links in the Android docs.

3 Likes