Aconfig flag for Quick Settings visual and haptics when long-press is
supported.
Test: make
Bug: 229856884
Flag: ACONFIG quick_settings_visual_haptics_longpress DEVELOPMENT
Change-Id: If4610313f190479585e8a84ad1acca2a7bbf0367
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index d8d3f87..b15fa46 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -194,3 +194,10 @@
description: "Faster wallpaper unlock transition"
bug: "298186160"
}
+
+flag {
+ name: "quick_settings_visual_haptics_longpress"
+ namespace: "systemui"
+ description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
+ bug: "229856884"
+}