sdm710-common: overlay: Enable lid switching

Closing the lid causes the device to go to sleep and
opening it causes the device to wake up.

Change-Id: I866827eb56a29055a0af11b4513e45dbcf364a51
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Hyejin Kim 2015-03-13 16:30:41 +09:00 committed by SamarV-121
parent f690e6750d
commit 9ab4d78e4f

View file

@ -412,4 +412,9 @@
specified -->
<string name="default_wallpaper_component" translatable="false">com.breel.wallpapers19/com.breel.wallpapers19.doodle.wallpaper.variations.DoodleWallpaperV1</string>
<!-- 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>