Revert "Don't reset BatteryStats on high battery level or signif..."

Revert submission 21485850

Reason for revert: introduced deadlock

Reverted changes: /q/submissionid:21485850

Change-Id: I7993970d19ade8c9340c70ab825b762160fb6667
This commit is contained in:
Michael Wachenschwanz 2023-03-02 23:57:40 +00:00 committed by Android (Google) Code Review
parent a32a83650b
commit 82957e6758

View file

@ -590,9 +590,4 @@
<!-- 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>