diff options
| author | 2024-01-02 13:31:34 +0000 | |
|---|---|---|
| committer | 2024-01-02 13:31:34 +0000 | |
| commit | 58a5dbf33d452bc9b2bd61c939b8a2fe57ba6043 (patch) | |
| tree | d2ffa172a519d2fb02dec5b407ce996a5cdb68cf | |
| parent | af6e1e5b229d29c1ca3770ae0bbf09f0e24a4d3b (diff) | |
| parent | 0ccf69a5e2f1d3ad24fa4c90a119cdf15e9a0d2a (diff) | |
Merge "Create aconfig flag for a VolumePanel refactor" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index d9286b3463d4..14bcac2cc46c 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -284,6 +284,13 @@ flag { } flag { + name: "new_volume_panel" + namespace: "systemui" + description: "Switches to the new volume panel (without Slices)." + bug: "202262476" +} + +flag { name: "screenshare_notification_hiding" namespace: "systemui" description: "Enable hiding of notifications during screenshare" |