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

Commit 451ed5f0 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 3ecaa88d: am ecb013db: Merge "Use hidden API to validate APK chains" into jb-dev

* commit '3ecaa88d':
  Use hidden API to validate APK chains
parents c0d94e7a 3ecaa88d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ public class PackageParser {
        }

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

            Certificate[] certs = null;