Loading src/com/android/contacts/ViewContactActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -893,6 +893,11 @@ public class ViewContactActivity extends ListActivity } String buildActionString(int actionResId, CharSequence type, boolean lowerCase) { // If there is no type just display an empty string if (type == null) { type = ""; } if (lowerCase) { return getString(actionResId, type.toString().toLowerCase()); } else { Loading Loading
src/com/android/contacts/ViewContactActivity.java +5 −0 Original line number Diff line number Diff line Loading @@ -893,6 +893,11 @@ public class ViewContactActivity extends ListActivity } String buildActionString(int actionResId, CharSequence type, boolean lowerCase) { // If there is no type just display an empty string if (type == null) { type = ""; } if (lowerCase) { return getString(actionResId, type.toString().toLowerCase()); } else { Loading