Loading src/com/android/server/telecom/CallsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -649,7 +649,9 @@ public final class CallsManager extends Call.ListenerBase { // We do not update the UI until we get confirmation of the answer() through // {@link #markCallAsActive}. call.answer(videoState); if (VideoProfile.VideoState.isVideo(videoState)) { if (VideoProfile.VideoState.isVideo(videoState) && !mWiredHeadsetManager.isPluggedIn() && !mCallAudioManager.isBluetoothDeviceAvailable()) { call.setStartWithSpeakerphoneOn(true); } } Loading Loading
src/com/android/server/telecom/CallsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -649,7 +649,9 @@ public final class CallsManager extends Call.ListenerBase { // We do not update the UI until we get confirmation of the answer() through // {@link #markCallAsActive}. call.answer(videoState); if (VideoProfile.VideoState.isVideo(videoState)) { if (VideoProfile.VideoState.isVideo(videoState) && !mWiredHeadsetManager.isPluggedIn() && !mCallAudioManager.isBluetoothDeviceAvailable()) { call.setStartWithSpeakerphoneOn(true); } } Loading