sm8750-common: overlay: Update Color modes from OOS

Change-Id: Id418b0c38cae511988b06244bc1550b1f10ab7e5
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
chandu078
2024-08-17 12:13:38 +05:30
committed by Bruno Martins
parent 544a6934f5
commit 7d70ccd6e7
2 changed files with 8 additions and 11 deletions

View File

@@ -59,10 +59,9 @@
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
<integer-array name="config_availableColorModes">
<item>0</item>
<item>256</item>
<item>258</item>
<item>259</item>
<item>303</item>
<item>301</item>
<item>307</item>
</integer-array>
<!-- Default list of files pinned by the Pinner Service -->

View File

@@ -9,20 +9,18 @@
config_color_mode_options_values below. Only the values that also appear in
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
<string-array name="config_color_mode_options_strings" translatable="false">
<item>Vivid</item>
<item>Natural</item>
<item>Cinematic</item>
<item>Brilliant</item>
<item>Pro</item>
<item>Saturated</item>
</string-array>
<!-- Display settings screen, Color mode options. Must be the same length and order as
config_color_mode_options_strings above. Only the values that also appear in
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
<integer-array name="config_color_mode_options_values" translatable="false">
<item>0</item>
<item>256</item>
<item>258</item>
<item>259</item>
<item>303</item>
<item>301</item>
<item>307</item>
</integer-array>
<!-- Max network scan search time in seconds -->