diff options
| author | 2024-11-04 17:15:58 +0000 | |
|---|---|---|
| committer | 2024-11-04 17:20:36 +0000 | |
| commit | 96d6e461f660d7459c6dc7678fba0c9eee6494c3 (patch) | |
| tree | 284e49e9899414ace6f898fddf8f6243e2a5c806 | |
| parent | c2f410dccecf167c520bb52671a2814f100e6bc4 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 0 insertions, 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" -} |