Compare commits
2 Commits
develop
...
feature/ad
Author | SHA1 | Date | |
---|---|---|---|
|
4e068a10e4 | ||
|
af59f656b4 |
1
changelog.d/5748.bugfix
Normal file
1
changelog.d/5748.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fixes Element on Android 12+ being ineligible for URL deeplinks
|
@ -193,10 +193,15 @@
|
|||||||
|
|
||||||
<data android:scheme="https" />
|
<data android:scheme="https" />
|
||||||
<data android:host="riot.im" />
|
<data android:host="riot.im" />
|
||||||
<data android:host="app.element.io" />
|
</intent-filter>
|
||||||
<data android:host="mobile.element.io" />
|
<intent-filter android:autoVerify="true">
|
||||||
<data android:host="develop.element.io" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<data android:host="staging.element.io" />
|
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
|
<data android:scheme="https" />
|
||||||
|
<data android:host="*.element.io" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user