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

Commit be149c14 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 am: de4de9c4

Change-Id: Id2e438caf6cf8e6b3935a2cf342e1843620c3256
parents b2550115 de4de9c4
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) {