Skip to content

Commit

Permalink
overlay: Remove animate screen lights
Browse files Browse the repository at this point in the history
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
  • Loading branch information
deadman96385 committed Apr 10, 2017
1 parent 474670d commit 538177d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 538177d

Please sign in to comment.