Fix link from matrix.to websote not working.
This commit is contained in:
parent
be6e0e394a
commit
a2a250d954
1 changed files with 2 additions and 0 deletions
|
|
@ -105,7 +105,9 @@
|
||||||
-->
|
-->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data android:scheme="element" />
|
<data android:scheme="element" />
|
||||||
<data android:host="user" />
|
<data android:host="user" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue