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

Commit c4cf78f4 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager] Ensure provider external access count will be released."

parents 25596374 98f1f340
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10054,10 +10054,9 @@ public final class ActivityManagerService extends ActivityManagerNative
            } finally {
                // Ensure that whatever happens, we clean up the identity state
                sCallerIdentity.remove();
            }
            // We've got the fd now, so we're done with the provider.
                // Ensure we're done with the provider.
                removeContentProviderExternalUnchecked(name, null, userId);
            }
        } else {
            Slog.d(TAG, "Failed to get provider for authority '" + name + "'");
        }