Skip to content

Commit

Permalink
Enable support for groups in External contacts accounts
Browse files Browse the repository at this point in the history
This permits use with DavDroid and other external providers, who are unfairly
disadvantaged by Google, most likely to try to favour their own closed contact
syncing services. This levels the playing field, and lets external contacts
providers also do groups (as there's nothing otherwise stopping them)

Change-Id: I6b8133c03a1a647e52b32007a4891051c2c57999
  • Loading branch information
pulser authored and kaluoshi committed Aug 28, 2014
1 parent b2e8cd6 commit 574b9c7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ public boolean areContactsWritable() {
return mHasEditSchema;
}

@Override
public boolean isGroupMembershipEditable() {
return true;
}

/**
* Whether this account type has the android.provider.CONTACTS_STRUCTURE metadata xml.
*/
Expand Down

0 comments on commit 574b9c7

Please sign in to comment.