Make lid to control sleep
This commit is contained in:
parent
1135fa1535
commit
736107decc
1 changed files with 4 additions and 0 deletions
|
@ -225,4 +225,8 @@
|
||||||
1 - Go to sleep (doze) and go home
|
1 - Go to sleep (doze) and go home
|
||||||
-->
|
-->
|
||||||
<integer name="config_shortPressOnSleepBehavior">0</integer>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue