From 3c8370094d1a8e05ee1906acfc9a2e0698ba19dc Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Mon, 14 Nov 2016 11:19:26 +0800 Subject: [PATCH] land: Decrease doze brightness As our touchscreen driver does not support the new display states supported by doze, we are unable to enable these new display states. This results in the doze brightness being higher than what is commonly expected of doze. Hence, lower the doze brightness to the minimum to reach sane brightness levels, until we get an OSS kernel. Change-Id: I08d8b11397d9f05b7a035e9842bd9eea520bfb55 --- overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 628ee34..4a11fe8 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -346,7 +346,7 @@ - 17 + 1