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

Commit 55bca7e3 authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Remove token check from equalsExceptToken" into udc-qpr-dev

parents 65963b92 670a363d
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());