private NdefMessage getVCardWithoutPhotoAsNdef() { return VCardUtils.createNdefVCard( VCardUtils.getVCardWithPhotoUrl(this, mVcard, new Preferences(this).getPhotoOnlineUrl())); }
private NdefMessage getVCardAsNdef() { return VCardUtils.createNdefVCard(mVcard); }