How do I get UID for contact which is saved by using PIM in J2ME so that I can use that UID for deleting the contact in future if required?
Try this:
if (contact.countValues(Contact.UID) > 0) { String UID = contact.getString(Contact.UID, 0)); }
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
3 months ago
viewed
49 times
active
1 month ago