Turn on auto restricted bucket on abusive bg battery usage am: 0496799caa
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/18337180 Change-Id: I6f6b08e87745df739ded6a62b61802eb2cf0ffd0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
97125e45f9
2 changed files with 16 additions and 0 deletions
|
@ -266,4 +266,12 @@
|
||||||
|
|
||||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
||||||
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
<bool name="config_faceAuthDismissesKeyguard">false</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>
|
||||||
|
|
|
@ -278,4 +278,12 @@
|
||||||
|
|
||||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
||||||
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
<bool name="config_faceAuthDismissesKeyguard">false</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