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

Commit d14c3a60 authored by Kenny Root's avatar Kenny Root Committed by Brint E. Kriebel
Browse files

Use hidden API to validate APK chains

Bug: 13678484
Change-Id: I28dedab74b0e24d47ab9f2190298156c909e9d54
(cherry picked from commit 5a30e8a0)
parent c890326f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -946,7 +946,7 @@ public class PackageParser {
        }
        }


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


            Certificate[] certs = null;
            Certificate[] certs = null;