diff --git a/core/java/android/content/SyncInfo.java b/core/java/android/content/SyncInfo.java index 369368c367d6b..9a8e6b6926b0f 100644 --- a/core/java/android/content/SyncInfo.java +++ b/core/java/android/content/SyncInfo.java @@ -70,6 +70,7 @@ public class SyncInfo implements Parcelable { this.account = new Account(other.account.name, other.account.type); this.authority = other.authority; this.startTime = other.startTime; + this.service = other.service; } /** @hide */