Settings: Let app lock use face unlock

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2024-01-02 23:57:58 +05:30
committed by Joey
parent 81a32f493f
commit 10d33a3a0b

View File

@@ -125,7 +125,7 @@ class AppLockCredentialActivity : FragmentActivity() {
)
var allowedAuthenticators = Authenticators.DEVICE_CREDENTIAL
if (biometricsAllowed) {
allowedAuthenticators = allowedAuthenticators or Authenticators.BIOMETRIC_STRONG
allowedAuthenticators = allowedAuthenticators or Authenticators.BIOMETRIC_WEAK
}
val promptInfo = PromptInfo().apply {