sdm710-common: overlay: Enable night light and extra dim
This commit is contained in:
parent
6b9dbfe85a
commit
caf58ea362
1 changed files with 7 additions and 0 deletions
|
@ -499,4 +499,11 @@
|
||||||
|
|
||||||
<!-- Whether to show the Preference for Adaptive connectivity -->
|
<!-- Whether to show the Preference for Adaptive connectivity -->
|
||||||
<bool name="config_show_adaptive_connectivity">false</bool>
|
<bool name="config_show_adaptive_connectivity">false</bool>
|
||||||
|
|
||||||
|
<!-- Enable Night display, which requires HWC 2.0. -->
|
||||||
|
<bool name="config_nightDisplayAvailable">true</bool>
|
||||||
|
|
||||||
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||||
|
in hardware. -->
|
||||||
|
<bool name="config_setColorTransformAccelerated">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue