Snap for 9635132 from 12cb15e48c to udc-release

Change-Id: I5861edd679195897e66db28cd5ecaabe8fd570dd
This commit is contained in:
Android Build Coastguard Worker 2023-02-22 04:03:25 +00:00
commit c4d07c3ca3

View file

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