Merge "Remove mute key if no Report Audio Status received."
This commit is contained in:
@@ -64,12 +64,6 @@ final class SystemAudioStatusAction extends HdmiCecFeatureAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void handleSendGiveAudioStatusFailure() {
|
private void handleSendGiveAudioStatusFailure() {
|
||||||
// Inform to all application that the audio status (volume, mute) of
|
|
||||||
// the audio amplifier is unknown.
|
|
||||||
tv().setAudioStatus(false, Constants.UNKNOWN_VOLUME);
|
|
||||||
|
|
||||||
sendUserControlPressedAndReleased(mAvrAddress,
|
|
||||||
HdmiCecKeycode.getMuteKey(!tv().isSystemAudioActivated()));
|
|
||||||
|
|
||||||
// Still return SUCCESS to callback.
|
// Still return SUCCESS to callback.
|
||||||
finishWithCallback(HdmiControlManager.RESULT_SUCCESS);
|
finishWithCallback(HdmiControlManager.RESULT_SUCCESS);
|
||||||
|
|||||||
Reference in New Issue
Block a user