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

Commit c988e15e authored by Jinsuk Kim's avatar Jinsuk Kim Committed by android-build-merger
Browse files

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

automerge: 7de1ed9d

* commit '7de1ed9d':
  CEC: Let playback device switch TV input after bootup
parents 67add1d2 7de1ed9d
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