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: "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: "enable_magnification_cursor_following_dialog" 63 namespace: "accessibility" 64 description: "Decides whether to show the magnification cursor following dialog in Settings app." 65 bug: "388335935" 66} 67 68flag { 69 name: "enable_magnification_focus_following_dialog" 70 namespace: "accessibility" 71 description: "Decides whether to show the magnification focus following dialog in Settings app." 72 bug: "388336111" 73} 74 75flag { 76 name: "fix_a11y_settings_search" 77 namespace: "accessibility" 78 description: "Fix the a11y related search items in Settings app" 79 bug: "333437173" 80 metadata { 81 purpose: PURPOSE_BUGFIX 82 } 83} 84 85flag { 86 name: "hide_magnification_always_on_toggle_when_window_mode_only" 87 namespace: "accessibility" 88 description: "Decides whether to hide the magnification always on setting when capabilities is window mode only." 89 bug: "328787031" 90 metadata { 91 purpose: PURPOSE_BUGFIX 92 } 93} 94 95flag { 96 name: "never_restrict_accessibility_activity" 97 namespace: "accessibility" 98 description: "Stops possibly restricting AccessibilityActivityPreferences" 99 bug: "331990900" 100 metadata { 101 purpose: PURPOSE_BUGFIX 102 } 103} 104 105flag { 106 name: "remove_qs_tooltip_in_suw" 107 namespace: "accessibility" 108 description: "Don't show quick settings tooltip in SUW, since the user can't use quick settings there." 109 bug: "294560581" 110} 111 112flag { 113 name: "toggle_feature_fragment_collection_info" 114 namespace: "accessibility" 115 description: "Provides custom CollectionInfo for ToggleFeaturePreferenceFragment" 116 bug: "318607873" 117 metadata { 118 purpose: PURPOSE_BUGFIX 119 } 120} 121