From 96d6e461f660d7459c6dc7678fba0c9eee6494c3 Mon Sep 17 00:00:00 2001 From: Pat Manning Date: Mon, 4 Nov 2024 17:15:58 +0000 Subject: Move sysui flag for 3 finger tap to shared config. Test: Manual. Moving flag. Flag: com.android.systemui.shared.touchpad_three_finger_tap_customization Bug: 376249366 Change-Id: I21f57866ba9e806a9d954575a45e68930358f9d9 --- packages/SystemUI/aconfig/systemui.aconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index b0bd5b71031c..fe93cd4e0b5b 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1707,10 +1707,3 @@ flag { description: "An implementation of shortcut customizations through shortcut helper." bug: "365064144" } - -flag { - name: "touchpad_three_finger_tap_customization" - namespace: "systemui" - description: "Customize touchpad three finger tap" - bug: "365063048" -} -- cgit v1.2.3-59-g8ed1b