commit | 8debb14bd3593bcc505bb0da29bc8239dadc6553 | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Tue Oct 06 17:30:58 2009 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Tue Oct 06 17:30:58 2009 -0700 |
tree | d0a340ff97dcf8589543b4e79d00213d1b32702c | |
parent | d1037fdbfd72209d179214dd6151e6425d4a267f [diff] |
[Issue 2166752] Properly displaying phone numbers containing letters Change-Id: Ia2d815925d672d46f0269e926438c3dc8739006b
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java index 3d5ac85..e6dd623 100644 --- a/src/com/android/contacts/ViewContactActivity.java +++ b/src/com/android/contacts/ViewContactActivity.java
@@ -823,7 +823,6 @@ 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);