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

Commit c6b4567d authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "use @SystemAPI for android.view.display" am: 74360475

am: a8221afd

Change-Id: I944f2efc3b9a4160d0e3eb363dd155d22726172a
parents 2383a143 a8221afd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public class DeviceStateMonitor extends Handler {
                // Anything other than STATE_ON is treated as screen off, such as STATE_DOZE,
                // STATE_DOZE_SUSPEND, etc...
                if (display.getState() == Display.STATE_ON) {
                    log("Screen " + Display.typeToString(display.getType()) + " on", true);
                    log("Screen on for display=" + display, true);
                    return true;
                }
            }