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

Commit 670a363d authored by Nate Myren's avatar Nate Myren
Browse files

Remove token check from equalsExceptToken

Bug: 298690356
Fixes: 297439290
Test: atest OnDeviceRecognitionServiceTest
Test: atest CameraMicIndicatorsPermissionTest
Change-Id: I5731ceeab5b9d0c72ce0131e2c9ba2f74558218c
parent 0f78d29c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -544,8 +544,6 @@ public final class AttributionSource implements Parcelable {
                o.mAttributionSourceState.packageName)
                && Objects.equals(mAttributionSourceState.attributionTag,
                o.mAttributionSourceState.attributionTag)
                && Objects.equals(mAttributionSourceState.token,
                o.mAttributionSourceState.token)
                && Arrays.equals(mAttributionSourceState.renouncedPermissions,
                o.mAttributionSourceState.renouncedPermissions)
                && Objects.equals(getNext(), o.getNext());