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

Commit 991475a2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I0e419fcf into eclair

* changes:
  Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
parents 65f27f87 746b3184
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,4 +45,6 @@ public interface LocalPowerManager {

    // the same as the method on PowerManager
    public void userActivity(long time, boolean noChangeLights, int eventType);

    boolean isScreenOn();
}