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

Commit 3627c947 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

Change-Id: Iced763d26e0872d3b6cc5a124e95c413ad7fc436
parents 9af8f27e ade1496f
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;
                }