diff options
| author | 2024-11-08 15:43:25 +0000 | |
|---|---|---|
| committer | 2024-11-08 15:43:25 +0000 | |
| commit | 3daa7994d8e3ce0980ef1733627c7da22a1bbd24 (patch) | |
| tree | a3a64a475034f44e791dcfbb12083a7dbc037185 | |
| parent | 601b822f1909e511e21a0907f55b2ef54616577d (diff) | |
| parent | acfacc18b0d2ca65f6157f2f0cb6a18b3706e946 (diff) | |
Merge "Add flag for secure lockdown feature" into main
| -rw-r--r-- | core/java/android/security/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 1d35344e5218..7cb0ffcfcc72 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -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 |