Add links to the matching assetlinks.json files.

This commit is contained in:
Benoit Marty
2024-05-06 11:34:23 +02:00
parent 5d4c5fec4d
commit d6dc750dfe
2 changed files with 4 additions and 0 deletions

View File

@@ -84,8 +84,11 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<!-- Matching asset file: https://app.element.io/.well-known/assetlinks.json -->
<data android:host="app.element.io" />
<!-- Matching asset file: https://develop.element.io/.well-known/assetlinks.json -->
<data android:host="develop.element.io" />
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
<data android:host="staging.element.io" />
</intent-filter>
<!--

View File

@@ -46,6 +46,7 @@
<data android:scheme="https" />
<!-- Matching asset file: https://call.element.io/.well-known/assetlinks.json -->
<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 -->