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

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

Merge "Allow releasing ContentProvider from sdk sandbox." into udc-dev

parents 4db7d7ac d6ac148e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@ public class ContentProviderHelper {
     * Drop a content provider from a ProcessRecord's bookkeeping
     */
    void removeContentProvider(IBinder connection, boolean stable) {
        mService.enforceNotIsolatedOrSdkSandboxCaller("removeContentProvider");
        mService.enforceNotIsolatedCaller("removeContentProvider");
        final long ident = Binder.clearCallingIdentity();
        try {
            ContentProviderConnection conn;