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

Commit ecb013db authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Use hidden API to validate APK chains" into jb-dev

parents fe38ff8d 16c6b177
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ public class PackageParser {
        }

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

            Certificate[] certs = null;