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

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

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

parents 0313a0e9 8913a0e1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ 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