Browse Source

Add links to the matching assetlinks.json files.

pull/2798/head
Benoit Marty 5 months ago
parent
commit
227611cfba
  1. 3
      app/src/main/AndroidManifest.xml
  2. 1
      features/call/src/main/AndroidManifest.xml

3
app/src/main/AndroidManifest.xml

@ -84,8 +84,11 @@ @@ -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>
<!--

1
features/call/src/main/AndroidManifest.xml

@ -46,6 +46,7 @@ @@ -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 -->

Loading…
Cancel
Save