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