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

Commit b9108111 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Open Source Project
Browse files

am 5d6d773f: AI 148824: Fix issue #1851541 (sharedUserId requests not bei

Merge commit '5d6d773f' into donut

* commit '5d6d773f':
  AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).
parents c4cdc7d8 5d6d773f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5644,6 +5644,7 @@ class PackageManagerService extends IPackageManager.Stub {
                }
                p = new PackageSetting(name, codePath, resourcePath, vc, pkgFlags);
                p.setTimeStamp(codePath.lastModified());
                p.sharedUser = sharedUser;
                if (sharedUser != null) {
                    p.userId = sharedUser.userId;
                } else if (MULTIPLE_APPLICATION_UIDS) {