Merge "Don't reset BatteryStats on high battery level or significant charge" into udc-dev am: 12cb15e48c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21484798

Change-Id: Ia45a1f2eb5b89c40b39ff85b0dd066d3c9f1b4c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Michael Wachenschwanz 2023-02-21 02:02:53 +00:00 committed by Automerger Merge Worker
commit 0fea1a2a30

View file

@ -611,4 +611,9 @@
<!-- Enable the system motion prediction model. -->
<bool name="config_enableMotionPrediction">true</bool>
<integer name="config_motionPredictionOffsetNanos">20000000</integer> <!-- 20 ms -->
<!-- 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>