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:
Michael Wachenschwanz 2023-02-22 18:21:28 +00:00 committed by Automerger Merge Worker
commit e4084eebcb

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>