am 991475a2: Merge change I0e419fcf into eclair

Merge commit '991475a2e5dcb344299387521b52fb637d6b1e4d' into eclair-mr2

* commit '991475a2e5dcb344299387521b52fb637d6b1e4d':
  Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
This commit is contained in:
Mike Lockwood
2009-11-13 15:21:45 -08:00
committed by Android Git Automerger

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