Fixed OAuth

pull/209/head
M66B 3 years ago
parent 689cbc8330
commit 7974993e4f

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

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

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

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

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

Loading…
Cancel
Save