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

Commit 18fa0832 authored by Evan Severson's avatar Evan Severson Committed by Android (Google) Code Review
Browse files

Merge "Set appropriate builder flags in copy-like constructor" into main

parents 2ec208d3 041f120c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -655,6 +655,7 @@ public final class AttributionSource implements Parcelable {
            mAttributionSourceState.token = current.getToken();
            mAttributionSourceState.renouncedPermissions =
                current.mAttributionSourceState.renouncedPermissions;
            mBuilderFieldsSet |= 0x2 | 0x4 | 0x8 | 0x10;
        }

        /**