Let MainActivity manage Element Call https links.

This commit is contained in:
Benoit Marty 2024-05-02 15:37:57 +02:00
parent b055452ae7
commit 0fb89bd4b2
4 changed files with 42 additions and 12 deletions

View file

@ -76,8 +76,6 @@
</intent-filter>
<!--
Element web 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 android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
@ -86,8 +84,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:host="app.element.io" />
<data android:host="develop.element.io" />
<data android:host="*.element.io" />
</intent-filter>
<!--
matrix.to links