Remove matrix.to intent filter from the AndroidManifest. Closes #6344.

This commit is contained in:
Benoit Marty
2026-03-13 15:40:45 +01:00
parent 4ac56f0a00
commit d82c8ac9db

View File

@@ -118,20 +118,6 @@
<data android:host="mobile.element.io" />
<data android:path="/element/" />
</intent-filter>
<!--
matrix.to links
Note: On Android 12 and higher clicking a web link (that is not an Android App Link) always shows content in a web browser
https://developer.android.com/training/app-links#web-links
-->
<intent-filter>
<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="matrix.to" />
</intent-filter>
<!--
matrix: links
-->