j7elte: Add lid/cover support
authortravis mills <travismills82@gmail.com>
Wed, 6 Jul 2016 04:22:41 +0000 (12:22 +0800)
committerDario Trombello <dariotr@outlook.de>
Mon, 1 Feb 2021 14:43:30 +0000 (15:43 +0100)
Change-Id: Ie5753fdb1c333c3bb9aa632e5752b775431fd6dd

overlay/frameworks/base/core/res/res/values/config.xml

index 8406360e83c17c35a89ddbc9c18abc79c248472a..adbb0b1a62e84167f607936f23718949862845fb 100644 (file)
 
     <!-- Operating volatage for bluetooth controller. 0 by default -->
     <integer name="config_bluetooth_operating_voltage_mv">4</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>