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

Commit 91fb1f5a 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

Change-Id: I25d1602f843f908dd69aaa864577983364d45c5d
parents 141a1ae0 26a45c0e
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) {