Merge commit 'c104e1b3912f1389848b0cc841866564d9314287' * commit 'c104e1b3912f1389848b0cc841866564d9314287': 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