Fixed OAuth

This commit is contained in:
M66B 2022-09-01 12:25:28 +02:00
parent 689cbc8330
commit 7974993e4f
5 changed files with 50 additions and 0 deletions

View File

@ -451,6 +451,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
android:taskAffinity="${applicationId}.SETUP"
tools:node="replace">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
@ -482,6 +483,15 @@
</intent-filter>
</activity>
<activity
android:name="net.openid.appauth.AuthorizationManagementActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="${applicationId}.SETUP"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />
<service
android:name=".ServiceSynchronize"
android:exported="false"

View File

@ -455,6 +455,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
android:taskAffinity="${applicationId}.SETUP"
tools:node="replace">
<intent-filter android:autoVerify="false">
<action android:name="android.intent.action.VIEW" />
@ -486,6 +487,15 @@
</intent-filter>
</activity>
<activity
android:name="net.openid.appauth.AuthorizationManagementActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="${applicationId}.SETUP"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />
<service
android:name=".ServiceSynchronize"
android:exported="false"

View File

@ -455,6 +455,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
android:taskAffinity="${applicationId}.SETUP"
tools:node="replace">
<intent-filter android:autoVerify="false">
<action android:name="android.intent.action.VIEW" />
@ -486,6 +487,15 @@
</intent-filter>
</activity>
<activity
android:name="net.openid.appauth.AuthorizationManagementActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="${applicationId}.SETUP"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />
<service
android:name=".ServiceSynchronize"
android:exported="false"

View File

@ -449,6 +449,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
android:taskAffinity="${applicationId}.SETUP"
tools:node="replace">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
@ -480,6 +481,15 @@
</intent-filter>
</activity>
<activity
android:name="net.openid.appauth.AuthorizationManagementActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="${applicationId}.SETUP"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />
<service
android:name=".ServiceSynchronize"
android:exported="false"

View File

@ -451,6 +451,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
android:taskAffinity="${applicationId}.SETUP"
tools:node="replace">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
@ -482,6 +483,15 @@
</intent-filter>
</activity>
<activity
android:name="net.openid.appauth.AuthorizationManagementActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="${applicationId}.SETUP"
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />
<service
android:name=".ServiceSynchronize"
android:exported="false"