1
0
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:
Ricki Hirner 2017-05-14 12:11:06 +02:00 committed by Tom Hacohen
parent 7ddb11c670
commit 7391dfd656

View File

@ -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;