Switch the default transport to GOOGLE.

This commit is contained in:
Dan Egnor
2009-06-25 09:28:29 -07:00
parent 0bcfc537e8
commit 6f21128d1f

View File

@ -164,8 +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;
mTransportId = BackupManager.TRANSPORT_GOOGLE;
mLocalTransport = new LocalTransport(context); // This is actually pretty cheap
mGoogleTransport = null;