commit | 487529a70cd1479ae8d6bbfb356be7e72542c185 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Wed Apr 29 14:03:25 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Wed Apr 29 14:49:30 2009 -0700 |
tree | ca19a948a28e9d4eb7b4c9890b006e43b89d7a6d | |
parent | dc67739af90aa31a0b546c14bf1e68e6acbb8375 [diff] |
First baby steps towards settings backup This change adds a sketched outline of the backup system architecture, with all of the major pieces represented other than client-side helpers for specific types of data. IBackupManager and BackupService are public so that we can write test apps against SDK-domain symbols from the outset. What code exists in this change hasn't been tested and may crash. It's the beginnings of the real implementation but of course is barely begun.