am 08d728d5: Merge "Remove auto-muting code from Telephony" into klp-dev
* commit '08d728d5caf358b519e2e5058907c15c1a1b5415':
Remove auto-muting code from Telephony
diff --git a/src/com/android/phone/PhoneUtils.java b/src/com/android/phone/PhoneUtils.java
index 586cf88..43ad8b1 100644
--- a/src/com/android/phone/PhoneUtils.java
+++ b/src/com/android/phone/PhoneUtils.java
@@ -1796,14 +1796,6 @@
return false;
}
- // if applicable, mute the call while we're showing the add call UI.
- if (cm.hasActiveFgCall()) {
- setMuteInternal(cm.getActiveFgCall().getPhone(), true);
- // Inform the phone app that this mute state was NOT done
- // voluntarily by the User.
- app.setRestoreMuteOnInCallResume(true);
- }
-
Intent intent = new Intent(Intent.ACTION_DIAL);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);