1package: "com.android.settings.flags" 2container: "system" 3 4# NOTE: Don't add new accessibility flags here, since the package name doesn't follow 5# the best practice for setting's feature flag go/settings-trunk-stable 6 7# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors. 8 9# NOTE: All Settings flags share the same Flags class, so prefix our 10# flags with 'accessibility' to prevent naming collision. 11 12flag { 13 name: "accessibility_customize_text_reading_preview" 14 namespace: "accessibility" 15 description: "Pulls the accessibility text-reading preview pages from a config." 16 bug: "307481249" 17} 18 19flag { 20 name: "accessibility_show_app_info_button" 21 namespace: "accessibility" 22 description: "Shows an 'app info' button on non-framework a11y Service and Activity pages." 23 bug: "277378550" 24} 25 26flag { 27 name: "separate_accessibility_vibration_settings_fragments" 28 namespace: "accessibility" 29 description: "Splits VibrationSettings into two fragments, one per XML resource" 30 bug: "289967175" 31} 32 33flag { 34 name: "new_hearing_device_pairing_page" 35 namespace: "accessibility" 36 description: "New hearing device pairing page with extra MFi+ASHA filtering" 37 bug: "307473972" 38} 39 40