Make lid to control sleep

This commit is contained in:
Kamil Trzciński 2017-05-06 22:36:17 +02:00 committed by GitHub
parent 1135fa1535
commit 736107decc

View file

@ -225,4 +225,8 @@
1 - Go to sleep (doze) and go home
-->
<integer name="config_shortPressOnSleepBehavior">0</integer>
<!-- 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>