Loading src/com/android/server/telecom/CallsManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -866,8 +866,7 @@ public class CallsManager extends Call.ListenerBase } } if (phoneAccount.getExtras() .getBoolean(PhoneAccount.EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE)) { if (extras.getBoolean(PhoneAccount.EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE)) { Log.d(this, "processIncomingCallIntent: defaulting to voip mode for call %s", call.getId()); call.setIsVoipAudioMode(true); Loading Loading
src/com/android/server/telecom/CallsManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -866,8 +866,7 @@ public class CallsManager extends Call.ListenerBase } } if (phoneAccount.getExtras() .getBoolean(PhoneAccount.EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE)) { if (extras.getBoolean(PhoneAccount.EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE)) { Log.d(this, "processIncomingCallIntent: defaulting to voip mode for call %s", call.getId()); call.setIsVoipAudioMode(true); Loading