OSDN Git Service

[Issue 2166752] Properly displaying phone numbers containing letters
authorDmitri Plotnikov <dplotnikov@google.com>
Wed, 7 Oct 2009 00:30:58 +0000 (17:30 -0700)
committerDmitri Plotnikov <dplotnikov@google.com>
Wed, 7 Oct 2009 00:30:58 +0000 (17:30 -0700)
Change-Id: Ia2d815925d672d46f0269e926438c3dc8739006b

src/com/android/contacts/ViewContactActivity.java

index 3d5ac85..e6dd623 100644 (file)
@@ -823,7 +823,6 @@ public class ViewContactActivity extends Activity
                                 Uri.fromParts(Constants.SCHEME_TEL, entry.data, null));
                         entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO,
                                 Uri.fromParts(Constants.SCHEME_SMSTO, entry.data, null));
-                        entry.data = PhoneNumberUtils.stripSeparators(entry.data);
 
                         entry.isPrimary = isSuperPrimary;
                         mPhoneEntries.add(entry);