1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3233 App | Tech | Disable auto-verify behavior for download.anytype.io

This commit is contained in:
Evgenii Kozlov 2025-04-30 20:20:25 +02:00
parent ab8007edbc
commit 98a081c3ea

View file

@ -53,7 +53,7 @@
<data android:scheme="http"/>
<data android:host="invite.any.coop" />
</intent-filter>
<intent-filter android:autoVerify="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />