Adjust exportable flags for passkey authentication Android activities

This commit is contained in:
Leendert de Borst
2025-12-31 11:01:58 +01:00
parent f482aeb99a
commit 44fc64965e

View File

@@ -40,13 +40,13 @@
<!-- Passkey Authentication Activity -->
<activity
android:name=".credentialprovider.PasskeyAuthenticationActivity"
android:exported="true"
android:exported="false"
android:theme="@style/PasskeyRegistrationTheme" />
<!-- Passkey Registration Activity -->
<activity
android:name=".credentialprovider.PasskeyRegistrationActivity"
android:exported="true"
android:exported="false"
android:theme="@style/PasskeyRegistrationTheme"
android:windowSoftInputMode="adjustResize"
android:fitsSystemWindows="true" />