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 c27491107ad5..a9027deccfda 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -66,3 +66,11 @@ flag { description: "Adds haptic feedback to the brightness slider." bug: "296467915" } + +flag { + name: "keyguard_shade_migration_nssl" + namespace: "systemui" + description: "Moves NSSL into a shared element between the notification_panel and " + "keyguard_root_view." + bug: "278054201" +} |