1package: "com.android.settings.accessibility"
2container: "system"
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: "audio_balance_state_description"
15  namespace: "accessibility"
16  description: "Provides a more valuable state description to the audio balance slider."
17  bug: "319575109"
18  metadata {
19    purpose: PURPOSE_BUGFIX
20  }
21}
22
23flag {
24  name: "check_prebundled_is_preinstalled"
25  namespace: "accessibility"
26  description: "Checks that all 'prebundled' components, used for grouping, are also preinstalled"
27  bug: "353888087"
28  metadata {
29    purpose: PURPOSE_BUGFIX
30  }
31}
32
33flag {
34  name: "edit_shortcuts_in_full_screen"
35  namespace: "accessibility"
36  description: "Show the edit shorcuts screen in full screen, since the shortcut options are increasing."
37  bug: "300302098"
38}
39
40flag {
41  name: "enable_color_contrast_control"
42  namespace: "accessibility"
43  description: "Allows users to control color contrast in the Accessibility settings page."
44  bug: "246577325"
45}
46
47flag {
48  name: "enable_hearing_aid_preset_control"
49  namespace: "accessibility"
50  description: "Allows users to control hearing aid preset in the Bluetooth device details page."
51  bug: "300015207"
52}
53
54flag {
55  name: "enable_hearing_aid_volume_offset_control"
56  namespace: "accessibility"
57  description: "Allows users to control hearing aid volume offset in the Bluetooth device details page."
58  bug: "301198830"
59}
60
61flag {
62  name: "fix_a11y_settings_search"
63  namespace: "accessibility"
64  description: "Fix the a11y related search items in Settings app"
65  bug: "333437173"
66  metadata {
67    purpose: PURPOSE_BUGFIX
68  }
69}
70
71flag {
72  name: "hide_magnification_always_on_toggle_when_window_mode_only"
73  namespace: "accessibility"
74  description: "Decides whether to hide the magnification always on setting when capabilities is window mode only."
75  bug: "328787031"
76  metadata {
77    purpose: PURPOSE_BUGFIX
78  }
79}
80
81flag {
82  name: "never_restrict_accessibility_activity"
83  namespace: "accessibility"
84  description: "Stops possibly restricting AccessibilityActivityPreferences"
85  bug: "331990900"
86  metadata {
87    purpose: PURPOSE_BUGFIX
88  }
89}
90
91flag {
92  name: "remove_qs_tooltip_in_suw"
93  namespace: "accessibility"
94  description: "Don't show quick settings tooltip in SUW, since the user can't use quick settings there."
95  bug: "294560581"
96}
97
98flag {
99  name: "toggle_feature_fragment_collection_info"
100  namespace: "accessibility"
101  description: "Provides custom CollectionInfo for ToggleFeaturePreferenceFragment"
102  bug: "318607873"
103  metadata {
104    purpose: PURPOSE_BUGFIX
105  }
106}
107