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

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

am b9108111: am 5d6d773f: AI 148824: Fix issue #1851541 (sharedUserId requ

Merge commit 'b9108111'

* commit 'b9108111':
  AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).
parents 560d2102 b9108111
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5647,6 +5647,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) {