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

Commit 6b3aa250 authored by francisjp's avatar francisjp
Browse files

[Accessibility API] Add flag for expansion api.

This CL will add a flag for the API defined here:
go/aria-expanded-collapsed-android-api-change-design-proposal

Flag: android.view.accessibility.a11y_expansion_state_api
Test: Adding flag, tests not required.
Bug: 362782536
Change-Id: Id458ded694b2d5ba028d597f63f4fc9f682cc3f1
parent 5ee5800d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,13 @@ container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "a11y_expansion_state_api"
    namespace: "accessibility"
    description: "Enables new APIs for an app to convey if a node is expanded or collapsed."
    bug: "362782536"
}

flag {
    name: "a11y_overlay_callbacks"
    is_exported: true