Loading services/java/com/android/server/pm/PackageManagerService.java 100644 → 100755 +6 −3 Original line number Diff line number Diff line Loading @@ -3554,11 +3554,14 @@ public class PackageManagerService extends IPackageManager.Stub { } // The apk is forward locked (not public) if its code and resources // are kept in different files. // are kept in different files. (except for app in either system or // vendor path). // TODO grab this value from PackageSettings if ((parseFlags & PackageParser.PARSE_IS_SYSTEM_DIR) == 0) { if (ps != null && !ps.codePath.equals(ps.resourcePath)) { parseFlags |= PackageParser.PARSE_FORWARD_LOCK; } } String codePath = null; String resPath = null; Loading Loading
services/java/com/android/server/pm/PackageManagerService.java 100644 → 100755 +6 −3 Original line number Diff line number Diff line Loading @@ -3554,11 +3554,14 @@ public class PackageManagerService extends IPackageManager.Stub { } // The apk is forward locked (not public) if its code and resources // are kept in different files. // are kept in different files. (except for app in either system or // vendor path). // TODO grab this value from PackageSettings if ((parseFlags & PackageParser.PARSE_IS_SYSTEM_DIR) == 0) { if (ps != null && !ps.codePath.equals(ps.resourcePath)) { parseFlags |= PackageParser.PARSE_FORWARD_LOCK; } } String codePath = null; String resPath = null; Loading