Update default color temperature for night light

Bug: 302396607
Test: adb shell dumpsys color_display | grep "Color temp"
Change-Id: I7c88ccacbfeda6446788e0e0bf4f7a3f72d85b3a
This commit is contained in:
Peter Lin 2023-11-30 07:45:37 +00:00
parent eae154f7fd
commit acf42185fd

View file

@ -203,7 +203,7 @@
<!-- Default color temperature, in Kelvin, to tint the screen when night display is <!-- Default color temperature, in Kelvin, to tint the screen when night display is
activated. --> activated. -->
<integer name="config_nightDisplayColorTemperatureDefault">3339</integer> <integer name="config_nightDisplayColorTemperatureDefault">4000</integer>
<!-- Whether the device enable the standalone (SA) mode of 5G NR.--> <!-- Whether the device enable the standalone (SA) mode of 5G NR.-->
<bool name="config_telephony5gStandalone">true</bool> <bool name="config_telephony5gStandalone">true</bool>