29 lines
847 B
Plaintext
29 lines
847 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_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"
|
|
}
|
|
|
|
flag {
|
|
name: "new_hearing_device_pairing_page"
|
|
namespace: "accessibility"
|
|
description: "New hearing device pairing page with deny list method"
|
|
bug: "307473972"
|
|
}
|
|
|