Changed message links (2)

This commit is contained in:
M66B
2023-03-03 08:47:28 +01:00
parent 845ecce7e1
commit 261ac59178
7 changed files with 58 additions and 5 deletions

View File

@@ -193,6 +193,16 @@
<data android:scheme="message" />
<data android:host="email.faircode.eu" />
</intent-filter>
<intent-filter android:autoVerify="false">
<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" />
<data android:host="link.fairemail.net" />
</intent-filter>
</activity>
<activity