Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binder: Work around an Android Intent bug #9061

Merged
merged 1 commit into from Apr 6, 2022
Merged

binder: Work around an Android Intent bug #9061

merged 1 commit into from Apr 6, 2022

Conversation

jdcormie
Copy link
Member

@jdcormie jdcormie commented Apr 5, 2022

... where a package filter can make filterEquals() inconsistent with filterHashCode() on SDK>=30

Fixes #9045

Where filterEquals() can be inconsistent with filterHashCode().

Fixes #9045
@jdcormie jdcormie requested a review from markb74 April 5, 2022 18:33
@jdcormie jdcormie added the kokoro:force-run Add this label to a PR to tell Kokoro to re-run all tests. Not generally necessary label Apr 5, 2022
@grpc-kokoro grpc-kokoro removed the kokoro:force-run Add this label to a PR to tell Kokoro to re-run all tests. Not generally necessary label Apr 5, 2022
@jdcormie jdcormie merged commit fba4ae4 into grpc:master Apr 6, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AndroidComponentAddress hashCode() isn't consistent with equals() on SDK >= 31
3 participants