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

Commit 3246c182 authored by Noah Zimmt's avatar Noah Zimmt Committed by Android (Google) Code Review
Browse files

Merge "Remove extra settings write on package replace"

parents e5ab7722 2457f5b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15702,8 +15702,9 @@ public class PackageManagerService extends IPackageManager.Stub
                    }
                } else {
                    try {
                        // Settings will be written during the call to updateSettingsLI().
                        executeDeletePackageLIF(reconciledPkg.deletePackageAction, packageName,
                                true, request.mAllUsers, true, pkg);
                                true, request.mAllUsers, false, pkg);
                    } catch (SystemDeleteException e) {
                        if (Build.IS_ENG) {
                            throw new RuntimeException("Unexpected failure", e);