File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ Fixes Element on Android 12+ being ineligible for URL deeplinks
Original file line number Diff line number Diff line change 176
176
177
177
<data android : scheme =" https" />
178
178
<data android : host =" riot.im" />
179
- <data android : host =" app.element.io" />
180
- <data android : host =" mobile.element.io" />
181
- <data android : host =" develop.element.io" />
182
- <data android : host =" staging.element.io" />
179
+ </intent-filter >
180
+ <intent-filter android : autoVerify =" true" >
181
+ <action android : name =" android.intent.action.VIEW" />
182
+
183
+ <category android : name =" android.intent.category.DEFAULT" />
184
+ <category android : name =" android.intent.category.BROWSABLE" />
185
+
186
+ <data android : scheme =" https" />
187
+ <data android : host =" *.element.io" />
183
188
</intent-filter >
184
189
</activity >
185
190
You can’t perform that action at this time.
0 commit comments