mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Endurain: Support SSO when logging into Endurain
This commit is contained in:
@@ -1124,6 +1124,23 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activities.endurain.EndurainOAuthCallbackActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<!-- Deep link scheme for OAuth callback -->
|
||||
<data
|
||||
android:scheme="${appAuthRedirectScheme}"
|
||||
android:host="endurain"
|
||||
android:pathPrefix="/oauth/callback" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- For supported versions through Android 13, create an activity to show the rationale
|
||||
of Health Connect permissions once users click the privacy policy link. -->
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user