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

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

Merge "don't blindly reuse content providers" into oc-dev

parents 6a08dfab 7bed530d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11256,6 +11256,10 @@ public class ActivityManagerService extends IActivityManager.Stub
                    holder.provider = null;
                    return holder;
                }
                // Don't expose instant app providers
                if (cpr.appInfo.isInstantApp()) {
                    return null;
                }
                final long origId = Binder.clearCallingIdentity();