Move the bg battery alert threshold to 10% to reduce clutter

The alert notification is being anonying and skeptical, moving to
a higher threshold for now; and will experiment it with a smaller
number in teamfood.

Bug: 203105544
Test: dumpsys activity -a
Change-Id: I063aaff2f92ea4e53005532329bb28990905f1d4
This commit is contained in:
Jing Ji
2022-04-13 11:14:33 -07:00
parent f1f03b8f38
commit cb2a8df2fb

View File

@@ -5675,8 +5675,8 @@
restricted level.
-->
<array name="config_bg_current_drain_threshold_to_bg_restricted">
<item>4.0</item> <!-- regular device -->
<item>8.0</item> <!-- low ram device -->
<item>10.0</item> <!-- regular device -->
<item>20.0</item> <!-- low ram device -->
</array>
<!-- The background current drain monitoring window size. -->