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

Commit a6f99492 authored by David Tseng's avatar David Tseng
Browse files

[accessibility]: add flag for sequential focus starting point

See go/android-a11y-sequential-focus-starting-point
for more details.

Flag: android.view.accessibility.a11y_sequential_focus_starting_point
Test: N/A
Bug: 393668020
Change-Id: If517ca9766e5ee08dfaec03942c2fb996cd190b0
parent 4722d128
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -57,6 +57,13 @@ flag {
    bug: "362782866"
}

flag {
    name: "a11y_sequential_focus_starting_point"
    namespace: "accessibility"
    description: "Enables sequential focus's starting point to be set to accessibility focus when system focus is null."
    bug: "393668020"
}

flag {
    name: "allow_shortcut_chooser_on_lockscreen"
    namespace: "accessibility"