diff options
| author | 2025-01-27 13:55:08 -0800 | |
|---|---|---|
| committer | 2025-01-27 13:55:08 -0800 | |
| commit | 8ed28284ca810759ad1bf3bbdbd52d586864a9dc (patch) | |
| tree | b2bd34402c2982c0869b77fa3f1bc8ce435deb4e | |
| parent | bf8bdcc74f52c935b8d9ab7a7f737aa49d66199c (diff) | |
| parent | 6c61285f87734c51ca333bbc636c27e3d6aed83c (diff) | |
Merge "Flag for NPE in FaceScanningOverlay" into main
| -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 4b3b8663fbe7..f0c855753292 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" |