Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c14badc authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Android (Google) Code Review
Browse files

Merge "Remove OTP calls on wake-up from PhoneWindowManager" into sc-dev

parents 2043453a f6abe19a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
    }