Merge change 8143

* changes:
  Fix remote caller ID unknow issue in 3 way call
This commit is contained in:
Android (Google) Code Review
2009-07-21 19:10:32 -07:00

View File

@@ -161,8 +161,8 @@ public class CdmaConnection extends Connection {
isIncoming = false;
cnapName = null;
cnapNamePresentation = 0;
numberPresentation = 0;
cnapNamePresentation = Connection.PRESENTATION_ALLOWED;
numberPresentation = Connection.PRESENTATION_ALLOWED;
createTime = System.currentTimeMillis();
if (parent != null) {