Remove matrix.to intent filter from the AndroidManifest. Closes #6344.
This commit is contained in:
parent
4ac56f0a00
commit
d82c8ac9db
1 changed files with 0 additions and 14 deletions
|
|
@ -118,20 +118,6 @@
|
||||||
<data android:host="mobile.element.io" />
|
<data android:host="mobile.element.io" />
|
||||||
<data android:path="/element/" />
|
<data android:path="/element/" />
|
||||||
</intent-filter>
|
</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
|
matrix: links
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue