chore: Follow up android deep link
This commit is contained in:
parent
7c30cdd442
commit
0c00ee6475
3 changed files with 3 additions and 2 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:host="login" android:pathPrefix="/"/>
|
||||
<data android:scheme="im.fluffychat.auth" android:path="/login"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue