mirror of
https://github.com/etesync/android
synced 2024-11-16 04:49:06 +00:00
Remove "vcard4android" from VCard PRODID to avoid folding for better compatibility
This commit is contained in:
parent
7ddb11c670
commit
7391dfd656
@ -49,7 +49,7 @@ import static at.bitfire.vcard4android.GroupMethod.GROUP_VCARDS;
|
||||
|
||||
public class LocalContact extends AndroidContact implements LocalResource {
|
||||
static {
|
||||
Contact.productID = Constants.PRODID_BASE + "//vcard4android ez-vcard/0.10.x";
|
||||
Contact.productID = Constants.PRODID_BASE + " ez-vcard/" + Ezvcard.VERSION;
|
||||
}
|
||||
public static final String COLUMN_HASHCODE = ContactsContract.RawContacts.SYNC3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user