We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227611c commit 19a97c6Copy full SHA for 19a97c6
app/src/main/AndroidManifest.xml
@@ -84,6 +84,7 @@
84
<category android:name="android.intent.category.BROWSABLE" />
85
86
<data android:scheme="https" />
87
+ <!-- Note: we can't use "*.element.io" here because it'll intercept the "mas.element.io" domain too. -->
88
<!-- Matching asset file: https://app.element.io/.well-known/assetlinks.json -->
89
<data android:host="app.element.io" />
90
<!-- Matching asset file: https://develop.element.io/.well-known/assetlinks.json -->
0 commit comments