From c7dfd838cd3476e637bd39b299cf66779cb70d88 Mon Sep 17 00:00:00 2001 From: Austin Delgado Date: Wed, 29 Nov 2023 10:56:19 -0800 Subject: Add Constraint_BP aconfig flag Test: N/A Bug: 288175072 Flag: ACONFIG constraint_bp DEVELOPMENT Change-Id: I46f6121d10af1fdfa20f2d8acc9e35b59eb3ee21 --- packages/SystemUI/aconfig/biometrics_framework.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b