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

Commit 1979cc91 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Blocks explicit activity starts when not visible" into rvc-dev am: 26a45c0e am: 91fb1f5a

Change-Id: Ibbc75b87d04042cc53644cebe033deddd8f5029c
parents 4384c443 91fb1f5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6838,7 +6838,7 @@ public class PackageManagerService extends IPackageManager.Stub
                                || (matchVisibleToInstantAppOnly && isCallerInstantApp
                                        && isTargetHiddenFromInstantApp));
                final boolean blockNormalResolution = !isTargetInstantApp && !isCallerInstantApp
                        && !resolveForStart && shouldFilterApplicationLocked(
                        && shouldFilterApplicationLocked(
                                getPackageSettingInternal(ai.applicationInfo.packageName,
                                        Process.SYSTEM_UID), filterCallingUid, userId);
                if (!blockInstantResolution && !blockNormalResolution) {