Add thermal shutdown in batteryservice

Bug: 37711924
Test: Build

Change-Id: I56efb5fcd1bbcf5f43f423788af9c9dba57d3312
This commit is contained in:
Wei Wang
2017-05-30 10:58:25 -07:00
parent 08016ef61b
commit e89deeacdf

View File

@@ -82,6 +82,9 @@
<item>0</item>
</integer-array>
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">600</integer>
<!-- Minimum screen brightness allowed by the power manager. -->
<integer name="config_screenBrightnessDim">6</integer>