Make it possible to customize the available text reading preview layouts through overlays. Bug: 307481249 Test: make RunSettingsRoboTests ROBOTEST_FILTER= "com.android.settings.accessibility.TextReadingPreviewPreferenceTest" (cherry picked from https://android-review.googlesource.com/q/commit:2a7da9c433f57db9b7b9ad5c54bddb5da81e5693) Change-Id: I3e55eeb7545a4d5d1f689ab4160e453996b58bdb
29 lines
856 B
Plaintext
29 lines
856 B
Plaintext
package: "com.android.settings.flags"
|
|
|
|
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
|
|
|
# NOTE: All Settings flags share the same Flags class, so prefix our
|
|
# flags with 'accessibility' to prevent naming collision.
|
|
|
|
flag {
|
|
name: "accessibility_customize_text_reading_preview"
|
|
namespace: "accessibility"
|
|
description: "Pulls the accessibility text-reading preview pages from a config."
|
|
bug: "307481249"
|
|
}
|
|
|
|
flag {
|
|
name: "accessibility_show_app_info_button"
|
|
namespace: "accessibility"
|
|
description: "Shows an 'app info' button on non-framework a11y Service and Activity pages."
|
|
bug: "277378550"
|
|
}
|
|
|
|
flag {
|
|
name: "separate_accessibility_vibration_settings_fragments"
|
|
namespace: "accessibility"
|
|
description: "Splits VibrationSettings into two fragments, one per XML resource"
|
|
bug: "289967175"
|
|
}
|
|
|