Settings: Let app lock use face unlock
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ class AppLockCredentialActivity : FragmentActivity() {
|
|||||||
)
|
)
|
||||||
var allowedAuthenticators = Authenticators.DEVICE_CREDENTIAL
|
var allowedAuthenticators = Authenticators.DEVICE_CREDENTIAL
|
||||||
if (biometricsAllowed) {
|
if (biometricsAllowed) {
|
||||||
allowedAuthenticators = allowedAuthenticators or Authenticators.BIOMETRIC_STRONG
|
allowedAuthenticators = allowedAuthenticators or Authenticators.BIOMETRIC_WEAK
|
||||||
}
|
}
|
||||||
|
|
||||||
val promptInfo = PromptInfo().apply {
|
val promptInfo = PromptInfo().apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user