OSDN Git Service

Skeleton backup agent for Browser
authorChristopher Tate <ctate@google.com>
Tue, 7 Jul 2009 20:11:41 +0000 (13:11 -0700)
committerChristopher Tate <ctate@android.com>
Fri, 10 Jul 2009 18:19:16 +0000 (11:19 -0700)
commitde6f131625bc4a24170d021e49d61fb694138669
treef8cdf31756e467d6953391d134eb42836f887ce0
parent4524cc71312ba78e5b7430f347da45c0a3d3a74d
Skeleton backup agent for Browser

This is a skeleton backup agent for the Android Browser, intended to back up and
restore the bookmarks table from browser.db by extracting the bookmarks table
into a flattened file representation on backup, then unflattening and rebuilding
the table during restore.

It compiles but is completely untested, since the db code to read/write the
bookmarks table is not finished.  The backup agent has been declared in the
Browser manifest, however.
AndroidManifest.xml
src/com/android/browser/BrowserBackupAgent.java [new file with mode: 0644]