OSDN Git Service

Resolve build breakage for merge of fix to b/11559103
authorMatthew Williams <mjwilliams@google.com>
Thu, 14 Nov 2013 19:52:58 +0000 (11:52 -0800)
committerMatthew Williams <mjwilliams@google.com>
Thu, 14 Nov 2013 19:52:58 +0000 (11:52 -0800)
Change-Id: Ib42eb48a234f53d34d23f5c661331b2f37be4209

core/java/android/content/SyncInfo.java

index 369368c..9a8e6b6 100644 (file)
@@ -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 */