summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pat Manning <patmanning@google.com> 2024-11-04 13:36:42 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-04 13:36:42 +0000
commit9ab7813c7f2cf7f0370d25e169642e4b8c089daa (patch)
tree7b88902ad73387302f904dbe746cca319cb3ca60
parented12246c6ad0048ecfef692ec20645dcb93f3074 (diff)
parent38345cf8b36ded282812cd4a5eeb477a87737b16 (diff)
Merge "Add flag for customizing touchpad 3 finger tap." into main
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 5c5edb1d00ba..b0bd5b71031c 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1708,3 +1708,9 @@ flag {
bug: "365064144"
}
+flag {
+ name: "touchpad_three_finger_tap_customization"
+ namespace: "systemui"
+ description: "Customize touchpad three finger tap"
+ bug: "365063048"
+}