am e00c9185: am 41ec218e: am 6888bee5: am 5a0cc789: am 2ed5f771: am 47231936: am 02bc4b04: am 4a62a6dc: am 451ed5f0: am 3ecaa88d: am ecb013db: Merge "Use hidden API to validate APK chains" into jb-dev
* commit 'e00c9185262c675f1680920c258413299995042a': Use hidden API to validate APK chains
This commit is contained in:
@@ -624,7 +624,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