Merge "DO NOT MERGE: Disable night UI mode in battery saver." into pi-dev
am: cd8eace91d
Change-Id: I3d6d5c3c4f00e7f04be9eefbd94809feeea821ff
This commit is contained in:
@@ -330,8 +330,8 @@ public class StatusBar extends SystemUI implements DemoMode,
|
||||
/** Whether to force dark theme if Configuration.UI_MODE_NIGHT_YES. */
|
||||
private static final boolean DARK_THEME_IN_NIGHT_MODE = true;
|
||||
|
||||
/** Whether to switch the device into night mode in battery saver. */
|
||||
private static final boolean NIGHT_MODE_IN_BATTERY_SAVER = true;
|
||||
/** Whether to switch the device into night mode in battery saver. (Disabled.) */
|
||||
private static final boolean NIGHT_MODE_IN_BATTERY_SAVER = false;
|
||||
|
||||
/**
|
||||
* Never let the alpha become zero for surfaces that draw with SRC - otherwise the RenderNode
|
||||
|
||||
Reference in New Issue
Block a user