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

Commit de4de9c4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Blocks explicit activity starts when not visible" into rvc-dev am:...

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

Change-Id: Ia9c6064ee5454df579f1c52616b4ec3b1f3e1d8a
parents 68cb7354 37bd31a1
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) {