We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db009aa commit f3469ebCopy full SHA for f3469eb
services/core/java/com/android/server/power/ScreenUndimDetector.java
@@ -48,7 +48,7 @@ public class ScreenUndimDetector {
48
49
/** DeviceConfig flag: is keep screen on feature enabled. */
50
static final String KEY_KEEP_SCREEN_ON_ENABLED = "keep_screen_on_enabled";
51
- private static final boolean DEFAULT_KEEP_SCREEN_ON_ENABLED = true;
+ private static final boolean DEFAULT_KEEP_SCREEN_ON_ENABLED = false;
52
private static final int OUTCOME_POWER_BUTTON =
53
FrameworkStatsLog.TIMEOUT_AUTO_EXTENDED_REPORTED__OUTCOME__POWER_BUTTON;
54
private static final int OUTCOME_TIMEOUT =
0 commit comments