commit | d1eb0eb72a23133f143052862c5440a5f9c14daf | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Thu Sep 13 15:56:39 2012 -0700 |
committer | JP Abgrall <jpa@google.com> | Thu Sep 13 15:58:16 2012 -0700 |
tree | 5895fa2f8115a6ba29f4ed01bd689fe315b687a7 | |
parent | 6ab8284416dd36de9a3d4c5311796ebcd95db0cd [diff] |
overlay: config: enable LID switch Bug:7164247 Change-Id: I662869cf300ad8affc68d57480316d009f4c1364
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 23892e2..5496426 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -159,4 +159,9 @@ <bool name="config_ui_enableFadingMarquee">false</bool> + <!-- Indicate whether closing the lid causes the device to go to sleep and opening + it causes the device to wake up. + The default is false. --> + <bool name="config_lidControlsSleep">true</bool> + </resources>