diff options
| -rw-r--r-- | packages/SystemUI/aconfig/biometrics_framework.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/biometrics_framework.aconfig b/packages/SystemUI/aconfig/biometrics_framework.aconfig index 5fd3b485e9ed..7cc0c83abfea 100644 --- a/packages/SystemUI/aconfig/biometrics_framework.aconfig +++ b/packages/SystemUI/aconfig/biometrics_framework.aconfig @@ -7,4 +7,11 @@ flag { namespace: "biometrics_framework" description: "Adds talkback directional guidance when using UDFPS with biometric prompt" bug: "310044658" +} + +flag { + name: "constraint_bp" + namespace: "biometrics_framework" + description: "Refactors Biometric Prompt to use a ConstraintLayout" + bug: "288175072" }
\ No newline at end of file |