Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
J2MEでPIMを使用して保存された連絡先のUIDを取得して、必要に応じて後で連絡先を削除するためにそのUIDを使用できるようにするにはどうすればよいですか?
これを試して:
if (contact.countValues(Contact.UID) > 0) { String UID = contact.getString(Contact.UID, 0)); }