sm6150-common: overlay: Add config value for a11y color mode
Accessibility transforms require a specific color mode that is not always available for the user to select. Bug: 130376719 Test: atest com.google.android.config.pts Change-Id: Ia3211d5aa6e117c5361dea44d944064b23260a81
This commit is contained in:
parent
6139e3481e
commit
3ee56cb4c4
@ -312,6 +312,11 @@
|
||||
<item>2</item> <!-- COLOR_MODE_SATURATED -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Color mode to use when accessibility transforms are enabled. This color mode must be
|
||||
supported by the device, but not necessarily appear in config_availableColorModes. The
|
||||
regularly selected color mode will be used if this value is negative. -->
|
||||
<integer name="config_accessibilityColorMode">2</integer>
|
||||
|
||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>0</item>
|
||||
|
Loading…
Reference in New Issue
Block a user