aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <luther.ralf@gmail.com>2017-07-16 17:45:09 +0200
committerRalf Luther <luther.ralf@gmail.com>2017-07-16 17:45:09 +0200
commit7e8162b9261a4bfa23e9c7230f098e4137c1a814 (patch)
treead9a7613c80f18d0bf1d81092925bdbbf95de34d
parentc71e12372f7378ab2bf521bc190671b00778e2b3 (diff)
h815: enable Nightlight
Change-Id: I2badb3f83a9e553e49d04ba5147675ba6d4b4e7f Signed-off-by: Ralf Luther <luther.ralf@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index bc72283..93b8926 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -77,4 +77,6 @@
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
+ <!-- Enable Night display, which requires HWC 2.0. -->
+ <bool name="config_nightDisplayAvailable">true</bool>
</resources>