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

Commit c8bd8306 authored by Amanda Lin Dietz's avatar Amanda Lin Dietz
Browse files

[A11y][Keyboard shortcuts] Add bugfix flag for magnifying dialog

* This adds a bugfix flag for magnifying the confirmation dialog for the
  Magnification key gesture.
* This is related to a bugfix for the work flagged by
  enable_talkback_and_magnifier_key_gestures.

Bug: 425722546
Flag: com.android.hardware.input.enable_magnify_magnification_key_gesture_dialog
Flag: com.android.hardware.input.enable_talkback_and_magnifier_key_gestures
Test: N/A, adding flag
Change-Id: Ia70e098f2053d3f2db10028eb913d73954e56af7
parent 0249eef3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -92,6 +92,16 @@ flag {
    bug: "383730505"
}

flag {
    name: "enable_magnify_magnification_key_gesture_dialog"
    namespace: "accessibility"
    description: "Enables magnifying the magnification key gesture dialog so that low vision users can see the dialog"
    bug: "425722546"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_select_to_speak_key_gestures"
    namespace: "accessibility"