backup stuff

This commit is contained in:
Joe Onorato
2009-06-18 18:23:43 -07:00
parent d2d9ceb730
commit 5d605dc56b
5 changed files with 65 additions and 44 deletions

View File

@ -164,6 +164,7 @@ class BackupManagerService extends IBackupManager.Stub {
// Set up our transport options and initialize the default transport
// TODO: Have transports register themselves somehow?
// TODO: Don't create transports that we don't need to?
//mTransportId = BackupManager.TRANSPORT_LOCAL;
mTransportId = BackupManager.TRANSPORT_GOOGLE;
mLocalTransport = new LocalTransport(context); // This is actually pretty cheap
mGoogleTransport = null;