summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-11 15:16:47 -0700
committerJoe Onorato <joeo@google.com>2010-10-11 15:16:47 -0700
commitd95d4e85fb93be3d2e39dad25d42e5f1ffa51668 (patch)
tree0cc70b9663cf0798e19ee0747e016db7d506a62e /overlay
parent97fa2caf27fb9677dbcdaf0a84e0bd05fa2a4510 (diff)
downloaddevice_samsung_crespo-d95d4e85fb93be3d2e39dad25d42e5f1ffa51668.zip
device_samsung_crespo-d95d4e85fb93be3d2e39dad25d42e5f1ffa51668.tar.gz
device_samsung_crespo-d95d4e85fb93be3d2e39dad25d42e5f1ffa51668.tar.bz2
Crespo should turn on the screen when you unplug it.
Bug: 3068624 Change-Id: I1394a2d6cbc2f84451a0f5d6714eb7e922f83f4d
Diffstat (limited to 'overlay')
-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 ad17242..08ca65e 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -24,6 +24,9 @@
config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
<bool name="config_automatic_brightness_available">true</bool>
+ <!-- There is no charging LED. -->
+ <bool name="config_unplugTurnsOnScreen">true</bool>
+
<!-- disable menu hard key on Crespo in non-pattern lockscreen -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>