am ecb013db: Merge "Use hidden API to validate APK chains" into jb-dev
* commit 'ecb013dbff5e33b95c49015fa375579e055911ae': Use hidden API to validate APK chains
This commit is contained in:
@@ -572,7 +572,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