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

Commit c905c7cb authored by Wesley.CW Wang's avatar Wesley.CW Wang Committed by Wesley Wang
Browse files

Correct setPowerSaveMode() java doc

 - Correct the parm to "enable true to enable battery saver"

Bug: 178764868
Test: m
Change-Id: Id598bc1f2692c5060afad6cc6c3781e38329c140
parent 544ee86b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public class BatterySaverUtils {
     * - If it's the first time and needFirstTimeWarning, show the first time dialog.
     * - If it's 4th time through 8th time, show the schedule suggestion notification.
     *
     * @param enable true to disable battery saver.
     * @param enable true to enable battery saver.
     *
     * @return true if the request succeeded.
     */