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

Commit b4da1290 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Allow Instant Apps to call getPermissionControllerPackageName"...

Merge "Merge "Allow Instant Apps to call getPermissionControllerPackageName" into oc-dev am: 88f98985" into oc-dev-plus-aosp
parents b4621a40 667b655e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5063,9 +5063,6 @@ public class PackageManagerService extends IPackageManager.Stub
    @Override
    public String getPermissionControllerPackageName() {
        if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
            throw new SecurityException("Instant applications don't have access to this method");
        }
        synchronized (mPackages) {
            return mRequiredInstallerPackage;
        }