Mms: Fix NullPointerException when do Vcard type check

In convertToVcardType, the content type is set to null.

When convert a source string to Vcard type, if the
source string is empty, return "" to instead of null
to avoid NullPointerException.

Change-Id: I8dd8a4c1eeba6a1a866c7ad93683f94f929470d3
CRs-Fixed: 857280
1 file changed