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

Commit d33f65eb authored by francisjp's avatar francisjp Committed by Jacob Francis
Browse files

[Accessibility API] Add flag for mutli-node selection API.

This CL will add a flag for the API defined here:
go/android-a11y-multi-node-selection


Flag: android.view.accessibility.a11y_selection_api
Test: Adding flag, tests not required.
Bug: 362782536
Change-Id: I7e10504ac5c6999c2ba1376d39b114c072cf30c3
parent 4db3a196
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -18,6 +18,13 @@ flag {
    bug: "297554934"
}

flag {
    name: "a11y_selection_api"
    namespace: "accessibility"
    description: "Enables new APIs for an AccessibilityService to control selection across nodes."
    bug: "362782866"
}

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