I'm using Adnroid dev SimpleSyncAdapter example to import cloud-based contacts into my application. The import runs fine, when I access contracts2.db
in the emulator all contacts are there and raw_contacts
, data
and contacts
tables seem to be properly populated. Here's a puzzler:
You don't have any contacts to display
That makes me think that somehow sync between contacts and raw contacts is broken or mangled yet in contacts table I see _id
, name_raw_contact_id
and lookup
columns clearly populated
Note: I found very similar question here but unfortunately it has no answer
If you want to find added contacts - open Contacts, press Menu button -> display options and enable your contacts type.