Merge "Fix AVR compatibility."
am: 9e4df4985a
Change-Id: I6d67424f99eb0a24e0b5dbc70c8ca62ba8ab6457
This commit is contained in:
@@ -832,7 +832,11 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
|
|||||||
mService.setSystemAudioActivated(on);
|
mService.setSystemAudioActivated(on);
|
||||||
mService.announceSystemAudioModeChange(on);
|
mService.announceSystemAudioModeChange(on);
|
||||||
}
|
}
|
||||||
startArcAction(on);
|
if (on && !mArcEstablished) {
|
||||||
|
startArcAction(true);
|
||||||
|
} else if (!on) {
|
||||||
|
startArcAction(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user