Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb2a8df2 authored by Jing Ji's avatar Jing Ji
Browse files

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
parent f1f03b8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5675,8 +5675,8 @@
         restricted level.
         restricted level.
    -->
    -->
    <array name="config_bg_current_drain_threshold_to_bg_restricted">
    <array name="config_bg_current_drain_threshold_to_bg_restricted">
        <item>4.0</item> <!-- regular device -->
        <item>10.0</item> <!-- regular device -->
        <item>8.0</item> <!-- low ram device -->
        <item>20.0</item> <!-- low ram device -->
    </array>
    </array>


    <!-- The background current drain monitoring window size. -->
    <!-- The background current drain monitoring window size. -->