Re: [android-developers] Reading Database files

2010-10-25 Thread TreKing
On Fri, Oct 22, 2010 at 2:05 AM, Prateek Jain wrote: > Is it possible to read the database files in Android 2.1 ? For example, > files in /data/data/com.android.providers.contacts/databases/contacts2.db > I highly doubt it. Use the ContentProviders that expose this data. > And is it possible to

[android-developers] Reading Database files

2010-10-25 Thread Prateek Jain
Hi Everyone, Is it possible to read the database files in Android 2.1 ? For example, files in /data/data/com.android.providers.contacts/databases/ contacts2.db If yes, how? And is it possible to replace this file programmatically in order to import / export contacts or any other database files?