fix: android app links

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-02-08 17:09:52 +01:00
parent ac7319f33c
commit 9f1916d438
1 changed files with 8 additions and 3 deletions

View File

@ -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>