Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71f68030 authored by Haining Chen's avatar Haining Chen
Browse files

Add flag for failed auth lock toggle

Test: atest AuthenticationPolicyServiceTest
Flag: android.security.failed_auth_lock_toggle
Bug: 414605464
Change-Id: I2ae60f462f5e1a12d188dd186ca1f489fa2e51cc
parent 6a567a57
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -128,3 +128,10 @@ flag {
    description: "Flag to allow an adb secure setting to disable the adaptive auth lock"
    bug: "371057865"
}

flag {
    name: "failed_auth_lock_toggle"
    namespace: "biometrics"
    description: "Feature flag to enable the toggle for failed authentication lock"
    bug: "414605464"
}