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

Commit 89972815 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

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

parents 30a480bc 674d3e75
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;
        }