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