Update the battery saver scheduler minimum level

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

Change-Id: I398cd192609914841a55f110290915df8cd0e9eb
This commit is contained in:
ykhung
2024-02-05 17:58:37 +08:00
parent 57396905d8
commit b0fe225a17

View File

@@ -41,7 +41,7 @@ import com.android.settingslib.fuelgauge.BatterySaverUtils;
public class BatterySaverScheduleRadioButtonsController { public class BatterySaverScheduleRadioButtonsController {
private static final String TAG = "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 Context mContext;
private BatterySaverScheduleSeekBarController mSeekBarController; private BatterySaverScheduleSeekBarController mSeekBarController;