Oidc with CustomTab

This commit is contained in:
Benoit Marty 2023-04-24 12:50:35 +02:00 committed by Benoit Marty
parent d2b73dd6bc
commit d2f969252d
22 changed files with 466 additions and 12 deletions

View file

@ -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