chore: Follow up android deep links
This commit is contained in:
parent
de849878bc
commit
5cf162f6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,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="im.fluffychat" android:path="/login"/>
|
||||
<data android:scheme="im.fluffychat" android:host="login" android:pathPrefix="/"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue