Oidc with CustomTab
This commit is contained in:
parent
d2b73dd6bc
commit
d2f969252d
22 changed files with 466 additions and 12 deletions
|
|
@ -49,6 +49,14 @@
|
|||
android:host="open"
|
||||
android:scheme="elementx" />
|
||||
</intent-filter-->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:scheme="io.element" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue