Hi all,

   In Android 4.0.3 & later, I found a problem in Contacts application
& Contacts provider:

   In the class GroupListLoader, we used Groups.CONTENT_SUMMARY_URI to
get MEMBER_COUNT for each group. But I checked contacts provider,
CONTENT_SUMMARY_URI only joins data table and groups table. Therefore,
MEMBER_COUNT always return total of all raw_contacts even
raw_contact_id was deleted.

1. This is a bug, isn't it?
2. I thought this a bug. I'm considering to modify
ContactsDatabaseHelper.Joins.GROUP_MEMBER_COUNT to check
raw_contact_id was deleted or not. Is it best solution?

 Thanks!


Best regards,
hoangdn

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to