1package: "com.android.settings.accessibility"
2container: "system_ext"
3
4# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
5
6flag {
7  name: "add_brightness_settings_in_suw"
8  namespace: "accessibility"
9  description: "Whether to add brightness preference in SUW Vision Settings"
10  bug: "332974327"
11}
12
13flag {
14  name: "edit_shortcuts_in_full_screen"
15  namespace: "accessibility"
16  description: "Show the edit shorcuts screen in full screen, since the shortcut options are increasing."
17  bug: "300302098"
18}
19
20flag {
21  name: "enable_hearing_aid_preset_control"
22  namespace: "accessibility"
23  description: "Allows users to control hearing aid preset in the Bluetooth device details page."
24  bug: "300015207"
25}
26
27flag {
28  name: "enable_hearing_aid_volume_offset_control"
29  namespace: "accessibility"
30  description: "Allows users to control hearing aid volume offset in the Bluetooth device details page."
31  bug: "301198830"
32}
33
34flag {
35  name: "hide_magnification_always_on_toggle_when_window_mode_only"
36  namespace: "accessibility"
37  description: "Decides whether to hide the magnification always on setting when capabilities is window mode only."
38  bug: "328787031"
39  metadata {
40    purpose: PURPOSE_BUGFIX
41  }
42}
43
44flag {
45  name: "remove_qs_tooltip_in_suw"
46  namespace: "accessibility"
47  description: "Don't show quick settings tooltip in SUW, since the user can't use quick settings there."
48  bug: "294560581"
49}
50
51flag {
52  name: "enable_color_contrast_control"
53  namespace: "accessibility"
54  description: "Allows users to control color contrast in the Accessibility settings page."
55  bug: "246577325"
56}
57