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

Commit 010b3b8b authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

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

Merge "Allow Instant Apps to call getPermissionControllerPackageName" into oc-dev am: 88f98985 am: 53d87ebb
am: 6aff0ffe

Change-Id: I4b0dc391b85229f1668c73fad94b463984bfe46c
parents 2089c936 6aff0ffe
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5061,9 +5061,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;
        }