diff options
| author | 2023-11-03 16:41:09 +0000 | |
|---|---|---|
| committer | 2023-11-03 16:41:09 +0000 | |
| commit | 2cfc68410156bb83d333012d66d23c769080a31c (patch) | |
| tree | 2721d9c4d41684ed04428d4d13778a0c78f9d537 | |
| parent | 61d9e4227a3994cd4b9401f879178c8d8f3df9bb (diff) | |
Keyguard/Shade migration - Add aconfig flag for NSSL
Bug: 278054201
Test: N/A
Flag: ACONFIG keyguard_shade_migration_nssl DEVELOPMENT
Change-Id: Icc4943e1c982000e07af27182e8b7f950a320a83
| -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" +} |