Kitkat (api 19) Inserting Contact?
After searching almost the whole Internet already I have a really big headache from this problem. I have a code that works on any APIs, in addition to API 19 KitKat (Google Nexus).
Solution 1:
Try not to use DATA3 column (it has LABEL alias for android framework MIME types). And I would change MIMETYPE to something completely different from framework MIME types, like org.myprog.app/mycustomType
Post a Comment for "Kitkat (api 19) Inserting Contact?"