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

Commit 37bd31a1 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: If5fe559f81c7577b1949dc65c5c00edec5f4b550
parents 389105c5 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) {