Turn on auto restricted bucket on abusive bg battery usage am: ba78c78d87
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/18338550 Change-Id: Ic1226e3e6dc447756eb0c6e1ba8b33a9ac878498 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ec7eed2285
2 changed files with 16 additions and 0 deletions
|
@ -303,4 +303,12 @@
|
||||||
<!-- Boolean indicating if restoring network selection should be skipped -->
|
<!-- Boolean indicating if restoring network selection should be skipped -->
|
||||||
<!-- The restoring is handled by modem if it is true -->
|
<!-- The restoring is handled by modem if it is true -->
|
||||||
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
||||||
|
|
||||||
|
<!-- The behavior when the system detects it has abusive current drains, whether or not to
|
||||||
|
move the app to the restricted standby bucket level.
|
||||||
|
True - we'll move the app to restricted standby bucket as long as its bg battery usage
|
||||||
|
goes beyond the threshold, False - we'll not move it.
|
||||||
|
Note: This should be only enabled on devices with high confidence on power measurement.
|
||||||
|
-->
|
||||||
|
<bool name="config_bg_current_drain_auto_restrict_abusive_apps">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -279,4 +279,12 @@
|
||||||
<!-- Boolean indicating if restoring network selection should be skipped -->
|
<!-- Boolean indicating if restoring network selection should be skipped -->
|
||||||
<!-- The restoring is handled by modem if it is true -->
|
<!-- The restoring is handled by modem if it is true -->
|
||||||
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
||||||
|
|
||||||
|
<!-- The behavior when the system detects it has abusive current drains, whether or not to
|
||||||
|
move the app to the restricted standby bucket level.
|
||||||
|
True - we'll move the app to restricted standby bucket as long as its bg battery usage
|
||||||
|
goes beyond the threshold, False - we'll not move it.
|
||||||
|
Note: This should be only enabled on devices with high confidence on power measurement.
|
||||||
|
-->
|
||||||
|
<bool name="config_bg_current_drain_auto_restrict_abusive_apps">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue