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

Commit ee7cf0f2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enforce package visibility to getArchivedPackage()" into main am: f5f6f8ba am: 8f42a6cc

parents edd0980c 8f42a6cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1477,7 +1477,7 @@ public class PackageManagerService implements PackageSender, TestUtilityService
        ArchiveState archiveState;
        synchronized (mLock) {
            PackageSetting ps = mSettings.getPackageLPr(packageName);
            if (ps == null) {
            if (ps == null || snapshot.shouldFilterApplication(ps, binderUid, userId)) {
                return null;
            }
            var psi = ps.getUserStateOrDefault(userId);