Merge "Replace pm.dexopt.priv-apps with existing constant" into pi-dev
am: f4f7859149
Change-Id: I23947e85c07310074b4a57bb5db680837c57e977
This commit is contained in:
@@ -10366,7 +10366,7 @@ public class PackageManagerService extends IPackageManager.Stub
|
||||
|
||||
if (Build.IS_DEBUGGABLE &&
|
||||
pkg.isPrivileged() &&
|
||||
!SystemProperties.getBoolean("pm.dexopt.priv-apps", true)) {
|
||||
!SystemProperties.getBoolean(PROPERTY_NAME_PM_DEXOPT_PRIV_APPS_OOB, true)) {
|
||||
PackageManagerServiceUtils.logPackageHasUncompressedCode(pkg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user