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