Merge "don't block uninstall of unknown packages" into oc-dev
am: 627fbf8157
Change-Id: I55a0b4906870f08de6b72ef601c151859fc0ccfb
This commit is contained in:
@@ -19326,7 +19326,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