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

Commit ade1496f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix check for provider resolution" into oc-dev

parents 90c34895 cc576cfb
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;
                }