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

Commit ceb8e3c1 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by The Android Open Source Project
Browse files

Automated import from //branches/cupcake/...@141825,141825

parent d543c1a6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {