[android] Disable non-working links verification

In our case it does not work anyway because of foreign domains.

Without this flag the app will be more private and do not issue requests to foreign sites

Only if the system finds a matching Digital Asset Links file for ALL hosts in the manifest does it then establish your app as the default handler for the specified URL patterns.

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-09-12 11:29:43 +02:00 committed by Roman Tsisyk
parent 58dcdc6334
commit 6b3313ed6d

View file

@ -95,7 +95,7 @@
<data android:scheme="https"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>