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

Commit e1563ef3 authored by YK Hung's avatar YK Hung Committed by Android (Google) Code Review
Browse files

Merge "Update the battery saver scheduler minimum level" into main

parents 6b64e92f b0fe225a
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;