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

Skip to content
Commit 47590a86 authored by Seth Moore's avatar Seth Moore
Browse files

Use IBinder to compare callbacks in remote provisioning service

We were comparing callback types, but these are not guaranteed to
be equivalent when a client calls into our service with the same
object.

Instead, call asBinder to get the underlying IBinder, which is
guaranteed to be the same as long as the remote binder is the
same object.

Bug: 275653768
Test: RkpdAppUnitTests RkpdAppIntegrationTests RkpdAppHostTests
Test: RemoteProvisioningServiceTests keystore2_test
Change-Id: I0d9417234ffab1bb1e892bf4a93760175f3f29c5
parent ae418191
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment