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

Commit 7acd33bb authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 2cd92043: am d1087e74: am 5b65be96: am 370c27c7: am 705ba960: Merge...

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

* commit '2cd92043':
  Qualify the uid with the userId when granting permissions
parents c824eca8 2cd92043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3381,7 +3381,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);