Sitemap
AndroidPub

The (retired) Pub(lication) for Android & Tech, focused on Development

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

--

Image Credits

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.

Image Source From: https://developer.android.com/training/app-links/verify-site-associations

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.

Digital Assets Link

--

--

AndroidPub
AndroidPub

Published in AndroidPub

The (retired) Pub(lication) for Android & Tech, focused on Development

Responses (3)