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

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

Merge "Add support for signature in getPackageArchiveInfo" into ics-mr0

parents dcb4e158 6ccd4126
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2124,6 +2124,9 @@ public abstract class PackageManager {
        if (pkg == null) {
            return null;
        }
        if ((flags & GET_SIGNATURES) != 0) {
            packageParser.collectCertificates(pkg, 0);
        }
        return PackageParser.generatePackageInfo(pkg, null, flags, 0, 0);
    }