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

Commit 229c422c authored by Jinsuk Kim's avatar Jinsuk Kim
Browse files

CEC: Prevents HdmiControlService from turning on TV on wakeup

The feature causes Fugu to turn on TV for unexpected cases.
Disables the feature until we figure out a better way to find
right wake up events.

Bug: 17875468
Change-Id: Icfb04f40e5b13f751b7466ea9789ba8eadcddea6
parent fdbbed60
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -44,11 +44,6 @@ final class HdmiCecLocalDevicePlayback extends HdmiCecLocalDevice {
        assertRunOnServiceThread();
        mService.sendCecCommand(HdmiCecMessageBuilder.buildReportPhysicalAddressCommand(
                mAddress, mService.getPhysicalAddress(), mDeviceType));
        if (reason == HdmiControlService.INITIATED_BY_SCREEN_ON) {
            oneTouchPlay(new IHdmiControlCallback.Stub() {
                @Override public void onComplete(int result) throws RemoteException {}
            });
        }
    }

    @Override