Closed GoogleCodeExporter closed 8 years ago
Strange, looks like loadItem returns null. This can only happen, if there is a
Contact without any data.
String where = ContactsContract.Data.RAW_CONTACT_ID + "=?";
queryCursor = cr.query(ContactsContract.Data.CONTENT_URI, projection,
where, new String[] { Integer.toString(id) }, null);
if (!queryCursor.moveToFirst()) return null;
Original comment by arthur.z...@gmail.com
on 15 Dec 2010 at 12:29
Original issue reported on code.google.com by
alvarqu...@gmail.com
on 14 Dec 2010 at 11:39