Merge "Don't reset BatteryStats on high battery level or significant charge" into tm-qpr-dev

This commit is contained in:
Michael Wachenschwanz 2023-02-22 17:35:04 +00:00 committed by Android (Google) Code Review
commit 1a5c6c8557

View file

@ -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>