Skip to content

Commit 227611c

Browse files
committed
Add links to the matching assetlinks.json files.
1 parent ebfb41f commit 227611c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,11 @@
8484
<category android:name="android.intent.category.BROWSABLE" />
8585

8686
<data android:scheme="https" />
87+
<!-- Matching asset file: https://app.element.io/.well-known/assetlinks.json -->
8788
<data android:host="app.element.io" />
89+
<!-- Matching asset file: https://develop.element.io/.well-known/assetlinks.json -->
8890
<data android:host="develop.element.io" />
91+
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
8992
<data android:host="staging.element.io" />
9093
</intent-filter>
9194
<!--

features/call/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<data android:scheme="https" />
4848

49+
<!-- Matching asset file: https://call.element.io/.well-known/assetlinks.json -->
4950
<data android:host="call.element.io" />
5051
</intent-filter>
5152
<!-- Custom scheme to handle urls from other domains in the format: element://call?url=https%3A%2F%2Felement.io -->

0 commit comments

Comments
 (0)