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

Commit acfacc18 authored by Grace Cheng's avatar Grace Cheng
Browse files

Add flag for secure lockdown feature

Bug: 373422357
API-Coverage-Bug: 376456619
Flag: android.security.secure_lockdown
Test: m
Ignore-AOSP-First: adding flag to security package
Change-Id: Id7b25bc1b5c8b6016ab7956f308b2b77b9d0da73
parent 13d32366
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -120,3 +120,10 @@ flag {
    description: "Feature flag for exposing KeyStore grant APIs"
    bug: "351158708"
}

flag {
    name: "secure_lockdown"
    namespace: "biometrics"
    description: "Feature flag for Secure Lockdown feature"
    bug: "373422357"
}
 No newline at end of file