fix: android app links
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
ac7319f33c
commit
9f1916d438
|
|
@ -81,7 +81,7 @@
|
|||
android:name=".activities.InviteActivity"
|
||||
android:theme="@style/Theme.Revolt"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
|
@ -91,11 +91,10 @@
|
|||
<data android:scheme="https" />
|
||||
|
||||
<data android:host="app.revolt.chat" />
|
||||
<data android:host="nightly.revolt.chat" />
|
||||
|
||||
<data android:pathPrefix="/invite/" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
|
@ -105,6 +104,12 @@
|
|||
<data android:scheme="https" />
|
||||
|
||||
<data android:host="rvlt.gg" />
|
||||
|
||||
<uri-relative-filter-group
|
||||
android:allow="false"
|
||||
tools:targetApi="35">
|
||||
<data android:pathPrefix="/discover/" />
|
||||
</uri-relative-filter-group>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue