OSDN Git Service

Bring back SHOULD_SYNC flag so sync groups can be edited.
authorJeff Sharkey <jsharkey@android.com>
Sun, 16 Aug 2009 23:34:35 +0000 (16:34 -0700)
committerJeff Sharkey <jsharkey@android.com>
Sun, 16 Aug 2009 23:34:35 +0000 (16:34 -0700)
core/java/android/provider/ContactsContract.java

index 7a1a9e4..11cb87f 100644 (file)
@@ -1360,6 +1360,14 @@ public final class ContactsContract {
          * <P>Type: INTEGER</P>
          */
         public static final String DELETED = "deleted";
+
+        /**
+         * Whether this group should be synced if the SYNC_EVERYTHING settings
+         * is false for this group's account.
+         * <p>
+         * Type: INTEGER (boolean)
+         */
+        public static final String SHOULD_SYNC = "should_sync";
     }
 
     /**