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

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

feat(pinch to zoom)!: create flag for declaring opt-out apis

Bug: 315089687
Flag: ACONFIG android.view.accessibility.support_system_pinch_zoom_opt_out_apis DEVELOPMENT
Test: manually by adb command to flip the flag
Change-Id: I79ea75ae947c03f3cc68122ac0734bf06170a257
parent 4b07244a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -99,3 +99,10 @@ flag {
    description: "Feature flag for system pinch zoom gesture detector and related opt-out apis"
    bug: "283323770"
}

flag {
    name: "support_system_pinch_zoom_opt_out_apis"
    namespace: "accessibility"
    description: "Feature flag for declaring system pinch zoom opt-out apis"
    bug: "315089687"
}