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

Commit be342ef0 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

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

* commit 'c4cf78f4':
  [ActivityManager] Ensure provider external access count will be released.
parents a12ac54c c4cf78f4
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 + "'");
        }