diff options
| -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 8eff9bfcf099..c27491107ad5 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -59,3 +59,10 @@ flag { "HUN, bubble, pulse, or FSI." bug: "261728888" } + +flag { + name: "haptic_brightness_slider" + namespace: "systemui" + description: "Adds haptic feedback to the brightness slider." + bug: "296467915" +} |