Merge "Enable lidControlsSleep config." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2023-03-30 01:42:16 +00:00 committed by Android (Google) Code Review
commit 8136f8b400

View file

@ -596,6 +596,10 @@
It should not receive CB messages. -->
<bool name="config_disable_all_cb_messages">true</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>
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">580</integer>
</resources>