mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
Remove "ical4android" from iCal PRODID (same format as for VCard)
This commit is contained in:
parent
7391dfd656
commit
5031efe845
@ -43,7 +43,7 @@ import lombok.Setter;
|
||||
@TargetApi(17)
|
||||
public class LocalEvent extends AndroidEvent implements LocalResource {
|
||||
static {
|
||||
Event.prodId = new ProdId(Constants.PRODID_BASE + "//ical4android ical4j/2.x");
|
||||
Event.prodId = new ProdId(Constants.PRODID_BASE + " ical4j/2.x");
|
||||
}
|
||||
static final String COLUMN_ETAG = CalendarContract.Events.SYNC_DATA1,
|
||||
COLUMN_UID = Build.VERSION.SDK_INT >= 17 ? Events.UID_2445 : Events.SYNC_DATA2,
|
||||
|
@ -37,7 +37,7 @@ import lombok.Setter;
|
||||
|
||||
public class LocalTask extends AndroidTask implements LocalResource {
|
||||
static {
|
||||
Task.prodId = new ProdId(Constants.PRODID_BASE + "//ical4android ical4j/2.x");
|
||||
Task.prodId = new ProdId(Constants.PRODID_BASE + " ical4j/2.x");
|
||||
}
|
||||
|
||||
@Getter
|
||||
|
Loading…
Reference in New Issue
Block a user