Skip to content

binder: Work around an Android Intent bug - #9061

Merged
jdcormie merged 1 commit into
grpc:masterfrom
jdcormie:address-hashcode-2
Apr 6, 2022
Merged

binder: Work around an Android Intent bug#9061
jdcormie merged 1 commit into
grpc:masterfrom
jdcormie:address-hashcode-2

Conversation

@jdcormie

@jdcormie jdcormie commented Apr 5, 2022

Copy link
Copy Markdown
Member

... 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