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

Commit 4939237d authored by Jackal Guo's avatar Jackal Guo Committed by Android (Google) Code Review
Browse files

Merge "Get visibility allow list before uninstalling package" into sc-dev

parents d2793a6c 92e0459c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21455,6 +21455,8 @@ public class PackageManagerService extends IPackageManager.Stub
        synchronized (mLock) {
            if (outInfo != null) {
                outInfo.uid = ps.appId;
                outInfo.broadcastAllowList = mAppsFilter.getVisibilityAllowList(ps,
                        allUserHandles, mSettings.getPackagesLocked());
            }
        }