Hi, I have separated Contact app and Contact Provider app from android 4.0.3 and installed successfully in mobile. Now I have created a contact entry using that Contact app and saw that the contact2.db is created in the following folder. * /data/data/com.android.provider.contacts/databases/contact2.db* Because my Contact application is using android default contact provider. But I want my contact app should use my Contact Provide (that com.android.xyz.provider.contacts ) application so that data will store inside */data/data/com.android.xyz.provider.contacts/databases/contact2.db. *For that I would (i guess) change in the my Contact application so that it will start using my Contact Provider app not the default Contact Provider app. Please help me in this regards.
Thanks & Regards, -- -- 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

