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

Commit 46b22f6f authored by Songchun Fan's avatar Songchun Fan Committed by Android (Google) Code Review
Browse files

Merge "[pm] fix getPackageArchiveInfo"

parents 666c60a2 9407d10c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8065,7 +8065,7 @@ public abstract class PackageManager {
            }

            PackageParser.Package pkg = parser.parsePackage(apkFile, 0, false);
            if ((flagsBits & GET_SIGNATURES) != 0) {
            if ((flagsBits & GET_SIGNATURES) != 0 || (flagsBits & GET_SIGNING_CERTIFICATES) != 0) {
                PackageParser.collectCertificates(pkg, false /* skipVerify */);
            }
            return PackageParser.generatePackageInfo(pkg, null, (int) flagsBits, 0, 0, null,