diff options
| author | 2024-02-05 09:10:08 +0000 | |
|---|---|---|
| committer | 2024-02-05 09:10:08 +0000 | |
| commit | 16eecfa3b4c28d9963f40834912d8a4b3d1babdd (patch) | |
| tree | 7a12cf5631ca5d2d1d47589551953a591b7836f6 | |
| parent | 320401ae9d19ac4c9303073b3528f2340eeb574d (diff) | |
Change keyguard_ondrawn_callback to bugfix flag
Bug: 295873557
Change-Id: Ie12dd70af13c6def70cedc8bd20f771789961c4c
Test: None
Flag: ACONFIG enable_background_keyguard_ondrawn_callback STAGING
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 6e4a4ea70959..2ad7192a3248 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -168,6 +168,9 @@ flag { "Note that, even after this callback is called, we're waiting for all windows to finish " " drawing." bug: "295873557" + metadata { + purpose: PURPOSE_BUGFIX + } } flag { |