Add brightness level and auto brightness preference in accessibility_settings_for_setup_wizard.xml. Since the flagging has not be supported yet for non-Manifest resources, for now we add the preferences by default, and update the preferece availablity status in each preference controllers based on the flag. Bug: 311093618 Flag: ACONFIG com.android.settings.accessibility.add_brightness_settings_in_suw DEVELOPMENT Test: manually atest AccessibilitySettingsForSetupWizardTest atest AutoBrightnessPreferenceFragmentForSetupWizardTest atest AutoBrightnessPreferenceControllerTest atest BrightnessLevelPreferenceControllerTest Change-Id: I350d99138bdd14bf28828a39e42f707b5b1066c1
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
package: "com.android.settings.accessibility"
|
|
container: "system_ext"
|
|
|
|
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
|
|
|
flag {
|
|
name: "add_brightness_settings_in_suw"
|
|
namespace: "accessibility"
|
|
description: "Whether to add brightness preference in SUW Vision Settings"
|
|
bug: "332974327"
|
|
}
|
|
|
|
flag {
|
|
name: "edit_shortcuts_in_full_screen"
|
|
namespace: "accessibility"
|
|
description: "Show the edit shorcuts screen in full screen, since the shortcut options are increasing."
|
|
bug: "300302098"
|
|
}
|
|
|
|
flag {
|
|
name: "enable_hearing_aid_preset_control"
|
|
namespace: "accessibility"
|
|
description: "Allows users to control hearing aid preset in the Bluetooth device details page."
|
|
bug: "300015207"
|
|
}
|
|
|
|
flag {
|
|
name: "enable_hearing_aid_volume_offset_control"
|
|
namespace: "accessibility"
|
|
description: "Allows users to control hearing aid volume offset in the Bluetooth device details page."
|
|
bug: "301198830"
|
|
}
|
|
|
|
flag {
|
|
name: "hide_magnification_always_on_toggle_when_window_mode_only"
|
|
namespace: "accessibility"
|
|
description: "Decides whether to hide the magnification always on setting when capabilities is window mode only."
|
|
bug: "328787031"
|
|
metadata {
|
|
purpose: PURPOSE_BUGFIX
|
|
}
|
|
}
|
|
|
|
flag {
|
|
name: "remove_qs_tooltip_in_suw"
|
|
namespace: "accessibility"
|
|
description: "Don't show quick settings tooltip in SUW, since the user can't use quick settings there."
|
|
bug: "294560581"
|
|
}
|
|
|
|
flag {
|
|
name: "enable_color_contrast_control"
|
|
namespace: "accessibility"
|
|
description: "Allows users to control color contrast in the Accessibility settings page."
|
|
bug: "246577325"
|
|
}
|