Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfac73cc authored by Andy Wickham's avatar Andy Wickham
Browse files

Adds three_button_corner_swipe flag.

Demo: https://drive.google.com/file/d/1cwma-K5Ht-CYYmFgHw4OgefCS8Zvp140/view?usp=drive_link&resourcekey=0-rYzpTFc0l8R53QnaLwBANg
 - Corner swipe works
 - Other swipes don't do anything
 - Buttons still behave as expected
 - Long Press Home still invokes Circle to Search

Bug: 361651619
Flag: com.android.systemui.shared.three_button_corner_swipe
Test: See video
Change-Id: Ib16731a9a51d8f806419cfb68d85bf650441a0a9
parent 1d34c94a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -48,3 +48,10 @@ flag {
  description: "Enables new interactive tutorial for learning touchpad gestures"
  bug: "309928033"
}

flag {
    name: "three_button_corner_swipe"
    namespace: "systemui"
    description: "Allow the Assistant corner swipe gesture while in 3 button mode"
    bug: "361651619"
}