Merge "Don't reset BatteryStats on high battery level or significant charge" into tm-qpr-dev am: 1a5c6c8557
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21483873 Change-Id: Id38f48e95faa8eaae9fe8de6d04383d928e7150a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e4084eebcb
1 changed files with 5 additions and 0 deletions
|
@ -590,4 +590,9 @@
|
|||
|
||||
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
|
||||
<integer name="config_shutdownBatteryTemperature">580</integer>
|
||||
|
||||
<!-- Whether to reset Battery Stats on unplug when the battery level is high. -->
|
||||
<bool name="config_batteryStatsResetOnUnplugHighBatteryLevel">false</bool>
|
||||
<!-- Whether to reset Battery Stats on unplug if the battery was significantly charged -->
|
||||
<bool name="config_batteryStatsResetOnUnplugAfterSignificantCharge">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue