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

Commit 8bda7390 authored by Akihiro Ota's avatar Akihiro Ota
Browse files

[Accessibility] Add flag for visited API

This CL adds a flag for the API proposed in
go/al-isvisited.

Flag: android.view.accessibility.a11y_is_visited_api
Test: N/A
Bug: 393666623
Change-Id: I450004f0b966dad93c72d21a08cc6fe8bcff10de
parent ac56a2d1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -19,6 +19,14 @@ flag {
    is_exported: true
}

flag {
    name: "a11y_is_visited_api"
    namespace: "accessibility"
    description: "Adds an API to indicate whether a URL has been visited or not."
    bug: "391469786"
    is_exported: true
}

flag {
    name: "a11y_overlay_callbacks"
    is_exported: true