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

Commit 9c14f5d1 authored by Nicholas Sauer's avatar Nicholas Sauer Committed by Android (Google) Code Review
Browse files

Merge "Fix setInstallerPackageName for secondary users."

parents 0c891e8f 16bc4c0c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13562,7 +13562,8 @@ public class PackageManagerService extends IPackageManager.Stub
            }
            Signature[] callerSignature;
            Object obj = mSettings.getSettingLPr(callingUid);
            final int appId = UserHandle.getAppId(callingUid);
            final Object obj = mSettings.getSettingLPr(appId);
            if (obj != null) {
                if (obj instanceof SharedUserSetting) {
                    callerSignature =