Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16da96c0 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "b/2499526 Call PhoneNumberFormatter function when show phone numbers of...

Merge "b/2499526 Call PhoneNumberFormatter function when show phone numbers of call log in the detail view"
parents bf35bf07 177c77fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -208,7 +208,8 @@ public class CallDetailActivity extends ListActivity implements
                                    Contacts.CONTENT_URI, personId);
                            callText = getString(R.string.recentCalls_callNumber,
                                    phonesCursor.getString(COLUMN_INDEX_NAME));
                            mNumber = phonesCursor.getString(COLUMN_INDEX_NUMBER);
                            mNumber = PhoneNumberUtils.formatNumber(
                                    phonesCursor.getString(COLUMN_INDEX_NUMBER));
                            callLabel = Phone.getDisplayLabel(this,
                                    phonesCursor.getInt(COLUMN_INDEX_TYPE),
                                    phonesCursor.getString(COLUMN_INDEX_LABEL)).toString();