diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 7a1a9e4a91f41..11cb87f491fe1 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -1360,6 +1360,14 @@ public final class ContactsContract { *
Type: INTEGER
*/ public static final String DELETED = "deleted"; + + /** + * Whether this group should be synced if the SYNC_EVERYTHING settings + * is false for this group's account. + *+ * Type: INTEGER (boolean) + */ + public static final String SHOULD_SYNC = "should_sync"; } /**