diff options
author | Joe Onorato <joeo@google.com> | 2010-10-13 15:57:04 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-13 15:57:04 -0700 |
commit | 8e4f62a1d61197af0c21a4e884b86e4f66c3a4ee (patch) | |
tree | 72dbb165db2479d085779e00e59395e905e4bd96 | |
parent | 76dcc7470f010ffa8f11e7a11886ed60abb416bc (diff) | |
parent | 13fefef9df628cf2e6d313f05303fa9f80ba1a91 (diff) | |
download | device_samsung_crespo-8e4f62a1d61197af0c21a4e884b86e4f66c3a4ee.zip device_samsung_crespo-8e4f62a1d61197af0c21a4e884b86e4f66c3a4ee.tar.gz device_samsung_crespo-8e4f62a1d61197af0c21a4e884b86e4f66c3a4ee.tar.bz2 |
Merge "Don't animate the lights on crespo." into gingerbread
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
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> |