Loading src/com/android/server/telecom/Call.java +2 −1 Original line number Diff line number Diff line Loading @@ -1367,7 +1367,8 @@ final class Call implements CreateConnectionResponse { } public boolean getIsVoipAudioMode() { return mIsVoipAudioMode; return mIsVoipAudioMode ||((mHandle != null) ? (mHandle.getScheme() == PhoneAccount.SCHEME_SIP): false); } public void setIsVoipAudioMode(boolean audioModeIsVoip) { Loading Loading
src/com/android/server/telecom/Call.java +2 −1 Original line number Diff line number Diff line Loading @@ -1367,7 +1367,8 @@ final class Call implements CreateConnectionResponse { } public boolean getIsVoipAudioMode() { return mIsVoipAudioMode; return mIsVoipAudioMode ||((mHandle != null) ? (mHandle.getScheme() == PhoneAccount.SCHEME_SIP): false); } public void setIsVoipAudioMode(boolean audioModeIsVoip) { Loading