Merge change I0e419fcf into eclair
* changes: Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user