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

Commit d096f4ce authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix test failed of CtsBackupHostTestCases" into main

parents d37e16f4 473af50f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -863,6 +863,9 @@ final class InstallPackageHelper {
                // restore if appropriate, then pass responsibility back to the
                // Package Manager to run the post-install observer callbacks
                // and broadcasts.
                // Note: MUST close freezer before backup/restore, otherwise test
                // of CtsBackupHostTestCases will fail.
                request.closeFreezer();
                doRestore = performBackupManagerRestore(userId, token, request);
            }