Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0ef37b8 authored by Dan Egnor's avatar Dan Egnor Committed by The Android Open Source Project
Browse files

am 6f21128d: Switch the default transport to GOOGLE.

Merge commit '6f21128d'

* commit '6f21128d':
  Switch the default transport to GOOGLE.
parents 68000508 6f21128d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;