commit | de6f131625bc4a24170d021e49d61fb694138669 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Tue Jul 07 13:11:41 2009 -0700 |
committer | Christopher Tate <ctate@android.com> | Fri Jul 10 11:19:16 2009 -0700 |
tree | f8cdf31756e467d6953391d134eb42836f887ce0 | |
parent | 4524cc71312ba78e5b7430f347da45c0a3d3a74d [diff] |
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.