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

Commit d6ac148e authored by Mugdha Lakhani's avatar Mugdha Lakhani
Browse files

Allow releasing ContentProvider from sdk sandbox.

Bug: b/274075515
Test: atest
Change-Id: I52332a4c3ba3cacc8ef75122df5f2e0a96f86663
parent 766ec400
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;