berlin: Commonize color modes overlay

Change-Id: I1a7bfae03ac68e2ca61b8b6889a687c392375f27
This commit is contained in:
Marc Bourgoin 2022-12-15 03:26:06 -07:00
parent 32204d0aae
commit 3cbd29963c

View File

@ -298,11 +298,4 @@
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://uaprof.motorola.com/phoneconfig/motov1/Profile/motov1.rdf</string>
<!-- List supported color modes. -->
<integer-array name="config_availableColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL --> <!-- This uses colorimetric render intents-->
<item>1</item> <!-- COLOR_MODE_BOOSTED --> <!-- This applies a 10% boost using the PCC-->
<item>2</item> <!-- COLOR_MODE_SATURATED -->
<item>3</item> <!-- COLOR_MODE_AUTOMATIC --> <!-- This uses enhanced render intents-->
</integer-array>
</resources>