forked from organicmaps/organicmaps
[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:
parent
58dcdc6334
commit
6b3313ed6d
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue