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

Commit afab9ecf authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 977b314b: Merge "Do not require device provisioning to do restore-at-install" into lmp-dev

* commit '977b314b85e197a0024b3f232ff249e9418197d2':
  Do not require device provisioning to do restore-at-install
parents 825102d7 89972815
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -8634,10 +8634,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF
            skip = true;
        }

        if (!mAutoRestore || !mProvisioned) {
        if (!mAutoRestore) {
            if (DEBUG) {
                Slog.w(TAG, "Non-restorable state: auto=" + mAutoRestore
                        + " prov=" + mProvisioned);
                Slog.w(TAG, "Non-restorable state: auto=" + mAutoRestore);
            }
            skip = true;
        }