summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-11 19:29:28 -0700
committerJoe Onorato <joeo@google.com>2010-10-12 14:15:49 -0700
commit13fefef9df628cf2e6d313f05303fa9f80ba1a91 (patch)
tree372d41f2d04d5438d9ba2cfbf87600cda26c0e99 /overlay/frameworks
parent6d561a5dc55d7db18f695d88a3ab3a30a9a88fd3 (diff)
downloaddevice_samsung_crespo-13fefef9df628cf2e6d313f05303fa9f80ba1a91.zip
device_samsung_crespo-13fefef9df628cf2e6d313f05303fa9f80ba1a91.tar.gz
device_samsung_crespo-13fefef9df628cf2e6d313f05303fa9f80ba1a91.tar.bz2
Don't animate the lights on crespo.
Change-Id: Ie6de84cbf145736862ece51561f1f3532f2bc39d
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 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 08ca65e..dcdf6dc 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -27,6 +27,9 @@
<!-- There is no charging LED. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
+ <!-- Our amoled doesn't animate well. -->
+ <bool name="config_animateScreenLights">false</bool>
+
<!-- disable menu hard key on Crespo in non-pattern lockscreen -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>