Merge "Remove OTP calls on wake-up from PhoneWindowManager" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1c14badc0b
@@ -4251,12 +4251,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
}
|
||||
|
||||
mPowerManager.wakeUp(wakeTime, reason, details);
|
||||
|
||||
// Turn on the connected TV and switch HDMI input if we're a HDMI playback device.
|
||||
final HdmiControl hdmiControl = getHdmiControl();
|
||||
if (hdmiControl != null) {
|
||||
hdmiControl.turnOnTv();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user