Hi, I'm getting a list of contacts with getContentResolver().query( ContactsContract.Groups.CONTENT_URI, ... ). This works quite well, but I also get a lot of google+ contacts which don't show up in the People app or other contact selections. I found some information about an "UNGROUPED_VISIBLE" setting of the account, but I couldn't even find out how to get the account of a contact. And I'm not even sure that's all to check. I did check whether the contact is in invisible groups, but it looks like the troublesome contacts aren't in any group at all. Checking IN_VISIBLE_GROUP on the other hand removed contacts without group assignments I'd like to see. So, how to get rid of contacts that shouldn't be visible?
TIA, Mirko -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

