Update references to PowerManager constants that have moved.
Bug: 6435382 Change-Id: Ieea857644dc0cf758e0ff4fd595c6a0115457df0
This commit is contained in:
@@ -53,7 +53,7 @@ public class BrightnessPreference extends SeekBarDialogPreference implements
|
||||
// doesn't set the backlight to 0 and get stuck
|
||||
private int mScreenBrightnessDim =
|
||||
getContext().getResources().getInteger(com.android.internal.R.integer.config_screenBrightnessDim);
|
||||
private static final int MAXIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_ON;
|
||||
private static final int MAXIMUM_BACKLIGHT = android.os.PowerManager.BRIGHTNESS_ON;
|
||||
|
||||
private static final int SEEK_BAR_RANGE = 10000;
|
||||
|
||||
|
Reference in New Issue
Block a user