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>