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

@ -34,15 +34,10 @@
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard|navigation|uiMode"
android:launchMode="singleTask">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!--
Note: intent-filter for https://call.element.io link is now managed by the MainActivity.
-->
<data android:scheme="https" />
<data android:host="call.element.io" />
</intent-filter>
<!-- Custom scheme to handle urls from other domains in the format: element://call?url=https%3A%2F%2Felement.io -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />