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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user