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

Commit e9bec628 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "don't block uninstall of unknown packages" into oc-dev

am: 627fbf81

Change-Id: I5cf548758617ae5c74f81a68b23893f584a46ee5
parents f7bb25e8 627fbf81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19378,7 +19378,7 @@ public class PackageManagerService extends IPackageManager.Stub
        synchronized (mPackages) {
            final PackageSetting ps = mSettings.mPackages.get(packageName);
            if (ps == null || filterAppAccessLPr(ps, Binder.getCallingUid(), userId)) {
                return true;
                return false;
            }
            return mSettings.getBlockUninstallLPr(userId, packageName);
        }