diff options
| author | 2025-01-27 18:32:17 +0000 | |
|---|---|---|
| committer | 2025-01-27 11:30:37 -0800 | |
| commit | 6c61285f87734c51ca333bbc636c27e3d6aed83c (patch) | |
| tree | 790e1d2a48eb274fb9d579290836144c3698cbe0 | |
| parent | ec43e67636d794463a20fd60c4ac071c85164156 (diff) | |
Flag for NPE in FaceScanningOverlay
Bug: 392032258
Test: NA
Flag: EXEMPT adding a new flag
Change-Id: If8f0fb47da54578b054d4712a91ef632f0c56526
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index a92df8026715..01febf3c0997 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -541,6 +541,16 @@ flag { } flag { + name: "face_scanning_animation_npe_fix" + namespace: "systemui" + description: "Fix for the face scanning animation NPE" + bug: "392032258" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "indication_text_a11y_fix" namespace: "systemui" description: "add double shadow to the indication text at the bottom of the lock screen" |