diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 782b850a5c0c..98a2d9ff2d19 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -276,3 +276,9 @@ flag { bug: "312784809" } +flag { + name: "bluetooth_qs_tile_dialog_auto_on_toggle" + namespace: "systemui" + description: "Displays the auto on toggle in the bluetooth QS tile dialog" + bug: "316985153" +} |