am 3ecaa88d: am ecb013db: Merge "Use hidden API to validate APK chains" into jb-dev

* commit '3ecaa88d83d04a0fd55b494829badbb41016f5a1':
  Use hidden API to validate APK chains
This commit is contained in:
Kenny Root
2014-04-18 21:33:04 +00:00
committed by Android Git Automerger

View File

@@ -583,7 +583,7 @@ public class PackageParser {
}
try {
JarFile jarFile = new JarFile(mArchiveSourcePath);
JarFile jarFile = new JarFile(mArchiveSourcePath, true, true);
Certificate[] certs = null;