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

Commit b0fe225a authored by ykhung's avatar ykhung
Browse files

Update the battery saver scheduler minimum level

Fix: 317069349
Test: make -j64 RunSettingsRoboTests
ROBOTEST_FILTER="com.android.settings.fuelgauge"

Change-Id: I398cd192609914841a55f110290915df8cd0e9eb
parent 57396905
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import com.android.settingslib.fuelgauge.BatterySaverUtils;
public class BatterySaverScheduleRadioButtonsController {
    private static final String TAG = "BatterySaverScheduleRadioButtonsController";

    public static final int TRIGGER_LEVEL_MIN = 10;
    public static final int TRIGGER_LEVEL_MIN = 20;

    private Context mContext;
    private BatterySaverScheduleSeekBarController mSeekBarController;