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

Commit 5e13b942 authored by Kweku Adams's avatar Kweku Adams
Browse files

Clarifying LOW_POWER_MODE_TRIGGER_LEVEL comment.

The comment made it sound like 0 isn't used to turn it off in Q anymore,
however, 0 is still used to turn it off.

Bug: N/A
Test: N/A
Change-Id: I17262bd7087de9ae8cbbcd7433fcbccfbc6b66b2
parent 90088bb8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12585,8 +12585,9 @@ public final class Settings {
        /**
         * Battery level [1-100] at which low power mode automatically turns on.
         * Pre-Q If 0, it will not automatically turn on. Q and newer it will only automatically
         * turn on if the {@link #AUTOMATIC_POWER_SAVER_MODE} setting is also set to
         * If 0, it will not automatically turn on. For Q and newer, it will only automatically
         * turn on if the value is greater than 0 and the {@link #AUTOMATIC_POWER_SAVER_MODE}
         * setting is also set to
         * {@link android.os.PowerManager.AutoPowerSaverMode#POWER_SAVER_MODE_PERCENTAGE}.
         *
         * @see #AUTOMATIC_POWER_SAVER_MODE