diff options
| author | 2024-12-03 12:12:39 -0500 | |
|---|---|---|
| committer | 2024-12-03 12:12:39 -0500 | |
| commit | 45e7f9b5cb3acc73d3529cecbdaeea5f0199e35d (patch) | |
| tree | 9c5695ca156faa27d97b1ad10f98d0a48fdb68d2 | |
| parent | 5dbffb23260123c3c1f671b3411b46e1e5438d38 (diff) | |
Add flag to disable shade 2 finger trackpad swipe
Bug: 356804470
Test: EXPEMPT flag config only
Flag: com.android.systemui.disable_shade_expands_on_trackpad_two_finger_swipe
Change-Id: I963213e68b1c7990d1fd07742e4657130a76dc5f
| -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 02e7b5f96866..814ef9634c2f 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1798,6 +1798,12 @@ flag { bug: "371224114" } +flag { + name: "disable_shade_expands_on_trackpad_two_finger_swipe" + namespace: "systemui" + description: "Disables expansion of the shade via two finger swipe on a trackpad" + bug: "356804470" +} flag { name: "keyboard_shortcut_helper_shortcut_customizer" |