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:
parent
084cba9252
commit
231b0a2b4d
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue