Re: [android-developers] Populating the groups table in contacts2.db

2010-06-29 Thread Dmitri Plotnikov
ContactsProvider clears out all data that has account_name/account_type fields not matching those of a valid account known to AccountManager. The most likely reason your data is deleted is that it is not explicitly associated with a valid account. I hope this helps, - Dmitri On Mon, Jun 28, 2010

[android-developers] Populating the groups table in contacts2.db

2010-06-29 Thread Resh
Hi Group, Can you please throw light on the groups table in contacts2.db. Who is populating it? Is it when the accounts are created ? I have explicitly add contents into groups table,but then when the phone is booted that table is empty and all contacts under the group is deleted. Please he