aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean hoyt <seanhoyt963@gmail.com>2017-04-10 04:16:25 +0000
committerdoc HD <doc.divxm@gmail.com>2017-04-11 07:14:01 +0300
commit622d3a7981e30eb2e910f01e6c60b8d4095afa55 (patch)
tree8a92c12e630eb37dbf18b468035614f22b16f010
parent982b70da1176eaa7d77e08b90cc7c973c4556d06 (diff)
overlay: Remove animate screen lightsHEADn7.1
Not everyone is a amoled and having it on fixes an animation bug on devices that set ro.sw.hwrotation. This is also globally false Change-Id: Ib6387b861c6ed35e9ae03918fa31244271ff758d
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 059c231..2caa8b9 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -19,9 +19,6 @@
<resources>
- <!-- Our amoled doesn't animate well. needed for crt effect -->
- <bool name="config_animateScreenLights">false</bool>
-
<!-- Flag indicating whether we should enable the automatic brightness in Settings.
config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
<bool name="config_automatic_brightness_available">true</bool>