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:
Christine Franks 2019-05-08 15:15:40 -07:00 committed by Arian
parent 6139e3481e
commit 3ee56cb4c4
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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>