I have added support for deep links to my android app and have added the appropriate intent filters. If I click on a weblink in a browser and I support that url, a chooser will been shown with my app listed.
But what I want now is add a html link to my website so when the users clicks in it, it opens my app (with the url sent) without showing the chooser. But if the user doesn't have the app installed then it should open the app PlayStore page.
Please do you know how I could do that?