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

Commit 665e1fe6 authored by Sherry Huang's avatar Sherry Huang Committed by Android (Google) Code Review
Browse files

Merge "HDMI: Feature Discovery feature patch" into main

parents 3d0f28dd 6b595640
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1029,6 +1029,10 @@ public class HdmiControlService extends SystemService {

    /** Helper method for sending feature discovery command */
    private void reportFeatures(boolean isTvDeviceSetting) {
        // <Report Features> should only be sent for HDMI 2.0
        if (getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0) {
            return;
        }
        // check if tv device is enabled for tv device specific RC profile setting
        if (isTvDeviceSetting) {
            if (isTvDeviceEnabled()) {