* commit '451ed5f077b9f95deae809ae620bc210c253b922': Use hidden API to validate APK chains
This commit is contained in:
@ -583,7 +583,7 @@ public class PackageParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
JarFile jarFile = new JarFile(mArchiveSourcePath);
|
JarFile jarFile = new JarFile(mArchiveSourcePath, true, true);
|
||||||
|
|
||||||
Certificate[] certs = null;
|
Certificate[] certs = null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user