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

Commit 24a2f01f authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "fix check for provider resolution" into oc-dev am: ade1496f

am: 3627c947

Change-Id: I01241d8f5c5e13be273a5187502267c633e5fd9c
parents de0ecdec 3627c947
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7683,6 +7683,7 @@ public class PackageManagerService extends IPackageManager.Stub
                }
                // instant application; filter out non-exposed provider
                if (instantAppPkgName != null
                        && !isInstantApp
                        && (provider.info.flags & ProviderInfo.FLAG_VISIBLE_TO_EPHEMERAL) == 0) {
                    return null;
                }