I have this intent-filter that I want that every time user clicks a link to eeexample.com to open my app:
intent-filter
in your AndroidManife.xml put
for example
after that when click on any url with scheme "myAPP" Your application will open No user requests
for example URL
myAPP://yoursite.com
myAPP://any.site.com