capture all element subdomains, means we can verify on the parent instead of all subs
This commit is contained in:
parent
af59f656b4
commit
4e068a10e4
|
@ -201,10 +201,7 @@
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data android:scheme="https" />
|
<data android:scheme="https" />
|
||||||
<data android:host="app.element.io" />
|
<data android:host="*.element.io" />
|
||||||
<data android:host="mobile.element.io" />
|
|
||||||
<data android:host="develop.element.io" />
|
|
||||||
<data android:host="staging.element.io" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue