am 4a62a6dc
: am 451ed5f0
: am 3ecaa88d
: am ecb013db
: Merge "Use hidden API to validate APK chains" into jb-dev
* commit '4a62a6dce9a4b48f1c1c64e47a22d2319b852acd': Use hidden API to validate APK chains
This commit is contained in:
@ -583,7 +583,7 @@ public class PackageParser {
|
||||
}
|
||||
|
||||
try {
|
||||
JarFile jarFile = new JarFile(mArchiveSourcePath);
|
||||
JarFile jarFile = new JarFile(mArchiveSourcePath, true, true);
|
||||
|
||||
Certificate[] certs = null;
|
||||
|
||||
|
Reference in New Issue
Block a user