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

Commit 48af81eb authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge "Revert "always adjust per-user application info"" into oc-dev am: 887544e1 am: adca091f

am: 21983b02

Change-Id: I3403721ca4aabb53bb2eed3b8e6dfc3093fb3b5c
parents f1db76e3 21983b02
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7000,7 +7000,6 @@ public class PackageParser {
            return null;
        }
        if (!copyNeeded(flags, a.owner, state, a.metaData, userId)) {
            updateApplicationInfo(a.info.applicationInfo, flags, state);
            return a.info;
        }
        // Make shallow copies so we can store the metadata safely
@@ -7089,7 +7088,6 @@ public class PackageParser {
            return null;
        }
        if (!copyNeeded(flags, s.owner, state, s.metaData, userId)) {
            updateApplicationInfo(s.info.applicationInfo, flags, state);
            return s.info;
        }
        // Make shallow copies so we can store the metadata safely
@@ -7185,7 +7183,6 @@ public class PackageParser {
        if (!copyNeeded(flags, p.owner, state, p.metaData, userId)
                && ((flags & PackageManager.GET_URI_PERMISSION_PATTERNS) != 0
                        || p.info.uriPermissionPatterns == null)) {
            updateApplicationInfo(p.info.applicationInfo, flags, state);
            return p.info;
        }
        // Make shallow copies so we can store the metadata safely