capture all element subdomains, means we can verify on the parent instead of all subs

This commit is contained in:
Adam Brown 2022-09-13 12:10:42 +01:00
parent af59f656b4
commit 4e068a10e4
1 changed files with 1 additions and 4 deletions

View File

@ -201,10 +201,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:host="app.element.io" />
<data android:host="mobile.element.io" />
<data android:host="develop.element.io" />
<data android:host="staging.element.io" />
<data android:host="*.element.io" />
</intent-filter>
</activity>