1package: "com.android.systemui.accessibility.accessibilitymenu"
2container: "system"
3
4# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
5
6flag {
7    name: "a11y_menu_hide_before_taking_action"
8    namespace: "accessibility"
9    description: "Hides the AccessibilityMenuService UI before taking action instead of after."
10    bug: "292020123"
11}
12
13flag {
14    name: "a11y_menu_snackbar_live_region"
15    namespace: "accessibility"
16    description: "configures live region on snackbar so its contents are announced when it appears."
17    bug: "338351484"
18    metadata {
19        purpose: PURPOSE_BUGFIX
20    }
21}
22
23flag {
24    name: "action_bar_wrap_content"
25    namespace: "accessibility"
26    description: "Applies WRAP_CONTENT to the action bar in A11yMenu settings to better fit large fonts"
27    bug: "347911378"
28    metadata {
29        purpose: PURPOSE_BUGFIX
30    }
31}
32
33flag {
34    name: "hide_restricted_actions"
35    namespace: "accessibility"
36    description: "Hides shortcut buttons for possibly restricted actions like brightness/volume adjustment"
37    bug: "347269196"
38    metadata {
39        purpose: PURPOSE_BUGFIX
40    }
41}
42