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

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

[Accessibility API] Add flag for is required api.

This CL will add a flag for the API defined here:
go/required-fields-api-change-design-proposal

Flag: android.view.accessibility.a11y_is_required_api
Test: Adding flag, tests not required.
Bug: 362784916
Change-Id: I19de3b9c9a6c2b3ed0667014da42e16b1d9676f4
parent cf3e5b30
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -10,6 +10,13 @@ flag {
    bug: "362782536"
}

flag {
    name: "a11y_is_required_api"
    namespace: "accessibility"
    description: "Adds an API to indicate whether a form field (or similar element) is required."
    bug: "362784403"
}

flag {
    name: "a11y_overlay_callbacks"
    is_exported: true