Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f966cf35 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "default the screen on during the dream." into jb-mr1-dev

parents 6f2cdcdb a934fd14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class DreamService extends Service implements Window.Callback {
    private boolean mInteractive = false;
    private boolean mLowProfile = true;
    private boolean mFullscreen = false;
    private boolean mScreenBright = false;
    private boolean mScreenBright = true;
    private boolean mFinished;

    private boolean mDebug = false;