Hello,

I am trying to write an application that will take a backup of all my
contacts and call logs so that I can restore them whenever required. I
have studied the com.android.app.backup pacakage but I encountered
that there is no agent for backing up the Database.

Initially I thought of making a copy of entire db file but this seems
to create lots of data traffic. Is there any way through which I can
do a incremental backup of database, that is backing up only those
changes in database that are not available in previous backups ?

Please let me know if you know any efficient way to do a backup of
database.

Thanks in advance!!

-- 
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