Update to latest Backup.proto.

This commit is contained in:
Greyson Parrelli
2024-09-19 07:12:12 -04:00
parent 60bf121974
commit 9a1d5f4dce
6 changed files with 52 additions and 41 deletions

View File

@@ -160,7 +160,8 @@ public class Contact implements Parcelable {
@JsonProperty
private final String middleName;
public Name(@JsonProperty("displayName") @Nullable String displayName,
public Name(
@JsonProperty("displayName") @Nullable String displayName,
@JsonProperty("givenName") @Nullable String givenName,
@JsonProperty("familyName") @Nullable String familyName,
@JsonProperty("prefix") @Nullable String prefix,