This launches the existing app info page for the a11y feature's owning package. Features without a valid component (framework features) do not have this button. This is also not shown in Setup Wizard which does not support the App Info page. This helps users find more info about the app that provided an accessibility feature. Screenshot: https://screenshot.googleplex.com/B9FXLoomxFjLBv8.png Flag: accessibility com.android.settings.flags.accessibility_show_app_info_button Bug: 277378550 Test: atest ToggleFeaturePreferenceFragmentTest (robotest) Test: Open and interact with the button, ensure it opens the app info page for the correct app. Change-Id: I2041c09077ce5fadc72117dc0c72409dd33ef60b
22 lines
660 B
Plaintext
22 lines
660 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"
|
|
}
|
|
|