am 47231936: am 02bc4b04: am 4a62a6dc: am 451ed5f0: am 3ecaa88d: am ecb013db: Merge "Use hidden API to validate APK chains" into jb-dev

* commit '47231936c0593b87c3c9898767327f1516a7ec22':
  Use hidden API to validate APK chains
This commit is contained in:
Kenny Root
2014-04-18 22:31:08 +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;