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

Commit 040ca221 authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

Merge "Recovers on boot when scan of data app fails" into qt-dev

am: 9c6b3fdb

Change-Id: I25988b024177af15fc87c1c003dc8a3ef1086161
parents f1bafbef 9c6b3fdb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2801,6 +2801,11 @@ public class PackageManagerService extends IPackageManager.Stub
                        if (disabledPs.codePath == null || !disabledPs.codePath.exists()
                                || disabledPs.pkg == null) {
                            possiblyDeletedUpdatedSystemApps.add(ps.name);
                        } else {
                            // We're expecting that the system app should remain disabled, but add
                            // it to expecting better to recover in case the data version cannot
                            // be scanned.
                            mExpectingBetter.put(disabledPs.name, disabledPs.codePath);
                        }
                    }
                }