Member-only story
Avoid Android disambiguation dialog Using App Link Digital Assets Link
No dialog your app opens to handle your website links.
2 min readSep 1, 2018
Directly moving towards the solution, first we need to understand what is basically a disambiguation dialog.
The disambiguation dialog is basically a dialog which appears when user’s click on the link which is for your app and after that it will asked in which app you want to open the link just like the below screenshot.
How to avoid this Dialog?
To Avoid this dialog you first need to add the following things into your activity intent-filter where your deep-link declared.
android:autoVerify=true used to enable link handling for your app.

