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

Commit 3457ae47 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "Revert "CEC: Let playback device switch TV input after bootup"" into lmp-mr1-dev

parents b2dd5cb9 43615498
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -55,10 +55,6 @@ final class HdmiCecLocalDevicePlayback extends HdmiCecLocalDevice {
        mService.sendCecCommand(HdmiCecMessageBuilder.buildDeviceVendorIdCommand(
                mAddress, mService.getVendorId()));
        startQueuedActions();

        // Switch TV input after bootup.
        setActiveSource(true);
        maySendActiveSource(Constants.ADDR_TV);
    }

    @Override