diff options
| author | 2023-11-29 10:56:19 -0800 | |
|---|---|---|
| committer | 2024-01-24 15:37:10 -0800 | |
| commit | c7dfd838cd3476e637bd39b299cf66779cb70d88 (patch) | |
| tree | 85f9e86844f865774e6d5523ecebbccceb8d31f7 | |
| parent | 6b2c10dbc55b99c08723cbe4e1b2f212db262773 (diff) | |
Add Constraint_BP aconfig flag
Test: N/A
Bug: 288175072
Flag: ACONFIG constraint_bp DEVELOPMENT
Change-Id: I46f6121d10af1fdfa20f2d8acc9e35b59eb3ee21
| -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 |