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

Commit 5b0c7bde authored by Roy Chou's avatar Roy Chou Committed by Android (Google) Code Review
Browse files

Merge changes I8b287c22,Ib168f88c into main

* changes:
  feat(joystick)!: add the feature flag
  feat(multi finger multi tap)!: add the feature flag
parents 91361d8f 1cf6800b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
package: "com.android.server.accessibility"

flag {
    name: "proxy_use_apps_on_virtual_device_listener"
    namespace: "accessibility"
    description: "Fixes race condition described in b/286587811"
    bug: "286587811"
}

flag {
    name: "enable_magnification_multiple_finger_multiple_tap_gesture"
    namespace: "accessibility"
    description: "Whether to enable multi-finger-multi-tap gesture for magnification"
    bug: "257274411"
}

flag {
    name: "enable_magnification_joystick"
    namespace: "accessibility"
    description: "Whether to enable joystick controls for magnification"
    bug: "297211257"
}
 No newline at end of file