mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-06-04 13:51:45 -04:00
Adjust exportable flags for passkey authentication Android activities
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user