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

Commit 054ee4eb authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Automerger Merge Worker
Browse files

Merge "Fix CEC init twice in normal boot" into sc-dev am: c7a460d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13495485

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3bde62b6552b5b44bbe1b062949cb87d224a1957
parents 4983ed15 c7a460d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ public class HdmiControlService extends SystemService {
    private void bootCompleted() {
        // on boot, if device is interactive, set HDMI CEC state as powered on as well
        if (mPowerManager.isInteractive() && isPowerStandbyOrTransient()) {
            onWakeUp(WAKE_UP_BOOT_UP);
            mPowerStatusController.setPowerStatus(HdmiControlManager.POWER_STATUS_ON);
        }
    }