dre: overlay: Remove color modes
This is not present in stock OOS (both 11 and 12), and the kernel lacks any support for them. Change-Id: I84488285d48ab42b259751cd55444f272d9bd3b6
This commit is contained in:
parent
5bb147a914
commit
03fe31d9d8
2 changed files with 0 additions and 31 deletions
|
@ -682,15 +682,6 @@
|
||||||
<item>115</item>
|
<item>115</item>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
|
|
||||||
<integer-array name="config_availableColorModes">
|
|
||||||
<item>0</item>
|
|
||||||
<item>256</item>
|
|
||||||
<item>257</item>
|
|
||||||
<item>258</item>
|
|
||||||
<item>259</item>
|
|
||||||
</integer-array>
|
|
||||||
|
|
||||||
<!-- The default refresh rate for a given device. Change this value to set a higher default
|
<!-- The default refresh rate for a given device. Change this value to set a higher default
|
||||||
refresh rate. If the hardware composer on the device supports display modes with a higher
|
refresh rate. If the hardware composer on the device supports display modes with a higher
|
||||||
refresh rate than the default value specified here, the framework may use those higher
|
refresh rate than the default value specified here, the framework may use those higher
|
||||||
|
|
|
@ -16,28 +16,6 @@
|
||||||
|
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
|
||||||
<!-- Display settings screen, Color mode options. Must be the same length and order as
|
|
||||||
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>AMOLED Wide Gamut</item>
|
|
||||||
<item>sRGB</item>
|
|
||||||
<item>Display P3</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>257</item>
|
|
||||||
<item>258</item>
|
|
||||||
<item>259</item>
|
|
||||||
</integer-array>
|
|
||||||
|
|
||||||
<!-- Whether to show Smooth Display feature in Settings Options -->
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
||||||
<bool name="config_show_smooth_display">true</bool>
|
<bool name="config_show_smooth_display">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue