summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-01-14 07:55:32 -0500
committerSteve Kondik <shade@chemlab.org>2011-01-14 07:55:32 -0500
commit0fbe37c18676557b08acdcc97e317bff31efe780 (patch)
tree6d1c7f7499cdbbe6e48e73c963c513d41d41cf89 /core/res/res/values/config.xml
parenta12f587d47fc10d01109516a80d8232d83ee06c8 (diff)
downloadframeworks_base-0fbe37c18676557b08acdcc97e317bff31efe780.zip
frameworks_base-0fbe37c18676557b08acdcc97e317bff31efe780.tar.gz
frameworks_base-0fbe37c18676557b08acdcc97e317bff31efe780.tar.bz2
power: Fix power animation toggles
Screen lights should fade if the option for the animation is not set. Also make the defaults configurable for devices which have issues with this. Change-Id: Ib1fe8fa6207b3e843f06c8753ef2948f9fd8f0a5
Diffstat (limited to 'core/res/res/values/config.xml')
-rw-r--r--core/res/res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 6cd9f24..94ee454 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -381,4 +381,10 @@
<!-- Allows the light sensor to be ignored when flashlight is on -->
<bool name="config_flashlight_affects_lightsensor">false</bool>
+ <!-- Enable the screen-on animation -->
+ <bool name="config_enableScreenOnAnimation">false</bool>
+
+ <!-- Enable the screen-off animation -->
+ <bool name="config_enableScreenOffAnimation">true</bool>
+
</resources>