Merge change I0e419fcf into eclair

* changes:
  Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
This commit is contained in:
Android (Google) Code Review
2009-11-13 15:17:59 -08:00

View File

@@ -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();
}