mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-05 16:07:47 -04:00
universal7870: add some values for livedisplay
This commit is contained in:
parent
b6245465f0
commit
5bc03a92b5
1 changed files with 14 additions and 0 deletions
|
@ -228,6 +228,20 @@
|
|||
so that applications can still use their own mechanisms. -->
|
||||
<bool name="config_enableAutoPowerModes">true</bool>
|
||||
|
||||
<!-- Color temperature settings for LiveDisplay. These were obtained by
|
||||
measuring the display at various color balance levels. -->
|
||||
<integer name="config_minColorTemperature">1900</integer>
|
||||
<integer name="config_maxColorTemperature">25000</integer>
|
||||
|
||||
<!-- Corresponds to color balance level of zero, this is the native
|
||||
display temperature -->
|
||||
<integer name="config_dayColorTemperature">6500</integer>
|
||||
<integer name="config_nightColorTemperature">4800</integer>
|
||||
|
||||
<!-- Ambient lux at which to enable outdoor mode when LiveDisplay is enabled -->
|
||||
<integer name="config_outdoorAmbientLux">10000</integer>
|
||||
<integer name="config_outdoorAmbientLuxHysteresis">1000</integer>
|
||||
|
||||
<!-- Configure mobile tcp buffer sizes in the form:
|
||||
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||
If no value is found for the rat-name in use, the system default will be applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue