Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41ec218e authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 6888bee5: am 5a0cc789: am 2ed5f771: am 47231936: am 02bc4b04: am 4a62a6dc:...

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 '6888bee5':
  Use hidden API to validate APK chains
parents 91f2a7cb 6888bee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ public class PackageParser {
        }

        try {
            JarFile jarFile = new JarFile(mArchiveSourcePath);
            JarFile jarFile = new JarFile(mArchiveSourcePath, true, true);

            Certificate[] certs = null;