diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 9700bc6e9b2e..8f350a7ecb3e 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -69,6 +69,14 @@ flag { } flag { + name: "device_entry_udfps_refactor" + namespace: "systemui" + description: "Refactoring device entry UDFPS icon to use modern architecture and " + "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" + bug: "279440316" +} + +flag { name: "visual_interruptions_refactor" namespace: "systemui" description: "Enables the refactored version of the code to decide when notifications " |