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 | Fix deep link declaration

This commit is contained in:
Evgenii Kozlov 2025-04-09 11:26:40 +02:00
parent 084cba9252
commit 231b0a2b4d

View file

@ -57,7 +57,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="download.anytype.io/" />
<data android:scheme="https" android:host="download.anytype.io" />
</intent-filter>
<intent-filter android:label="Link to object" android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />