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

Commit 8e84414e authored by Roy Chou's avatar Roy Chou
Browse files

feat(multi finger multi tap)!: add the feature flag

Add a flag for enablbing the new magnification feature multiple finger multiple tap gesture.

Bug: 257274411
Bug: 295476251
Test: build pass and use adb command to flip the flag locally
Change-Id: Ib168f88cf053c05456cc00341548caab455fa7f9
parent cd80f3c5
Loading
Loading
Loading
Loading
+8 −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"
}