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

Commit b96578c3 authored by Roy Chou's avatar Roy Chou
Browse files

feat(pinch to zoom)!: create feature flag

Bug: 312625967
Flag: android.view.accessibility.enable_system_pinch_zoom_gesture
Test: manually by adb command to flip the flag
Change-Id: I7bc83c64b89a97a1bb5082c6353c113dd5e8513c
parent 03b9c9c6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -57,3 +57,10 @@ flag {
    description: "Updates the Always-On A11yService state when the user changes the enablement of the shortcut."
    bug: "298869916"
}

flag {
    name: "enable_system_pinch_zoom_gesture"
    namespace: "accessibility"
    description: "Feature flag for system pinch zoom gesture detector and related opt-out apis"
    bug: "283323770"
}
 No newline at end of file