Merge "Do not set back to AudioManager.MODE_NORMAL in SipAudioCall."

This commit is contained in:
Chia-chi Yeh
2011-01-06 00:10:26 -08:00
committed by Android (Google) Code Review

View File

@@ -999,16 +999,6 @@ public class SipAudioCall {
if (isWifiOn()) grabWifiHighPerfLock();
if (!mHold) {
/* The recorder volume will be very low if the device is in
* IN_CALL mode. Therefore, we have to set the mode to NORMAL
* in order to have the normal microphone level.
*/
((AudioManager) mContext.getSystemService
(Context.AUDIO_SERVICE))
.setMode(AudioManager.MODE_NORMAL);
}
// AudioGroup logic:
AudioGroup audioGroup = getAudioGroup();
if (mHold) {