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

Commit 2cd92043 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am d1087e74: am 5b65be96: am 370c27c7: am 705ba960: Merge "Qualify the uid...

am d1087e74: am 5b65be96: am 370c27c7: am 705ba960: Merge "Qualify the uid with the userId when granting permissions" into mnc-dev

* commit 'd1087e74':
  Qualify the uid with the userId when granting permissions
parents 5ce1fac0 d1087e74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3383,7 +3383,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            enforceDeclaredAsUsedAndRuntimePermission(pkg, bp);
            uid = pkg.applicationInfo.uid;
            uid = UserHandle.getUid(userId, pkg.applicationInfo.uid);
            sb = (SettingBase) pkg.mExtras;
            if (sb == null) {
                throw new IllegalArgumentException("Unknown package: " + packageName);