Merge "don't block uninstall of unknown packages" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
627fbf8157
@@ -19309,7 +19309,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user