mirror of
https://github.com/etesync/android
synced 2025-05-31 05:08:48 +00:00
Add group memberships to contacts.xml so that they can be edited with some Contacts apps
Also includes: Add maxOccurs to contacts.xml group membership (allows editing of contacts again)
This commit is contained in:
parent
cd58a6bcac
commit
0a6fd197d3
@ -73,7 +73,9 @@
|
|||||||
<DataKind kind="nickname" maxOccurs="1" />
|
<DataKind kind="nickname" maxOccurs="1" />
|
||||||
|
|
||||||
<DataKind kind="note" maxOccurs="1" />
|
<DataKind kind="note" maxOccurs="1" />
|
||||||
|
|
||||||
|
<DataKind kind="group_membership" maxOccurs="1" />
|
||||||
|
|
||||||
<DataKind kind="postal" needsStructured="true" >
|
<DataKind kind="postal" needsStructured="true" >
|
||||||
<Type type="home" />
|
<Type type="home" />
|
||||||
<Type type="work" />
|
<Type type="work" />
|
||||||
|
Loading…
Reference in New Issue
Block a user