mirror of
https://github.com/etesync/android
synced 2025-02-02 19:01:06 +00:00
Change PRODID to better match the davdroid format.
This commit is contained in:
parent
b7eaa2753f
commit
7ddb11c670
@ -36,7 +36,7 @@ public class Constants {
|
||||
|
||||
public static final Uri serviceUrl = Uri.parse((DEBUG_REMOTE_URL == null) ? "https://api.etesync.com/" : DEBUG_REMOTE_URL);
|
||||
|
||||
public static final String PRODID_BASE = "-//EteSync//" + BuildConfig.APPLICATION_ID + " " + BuildConfig.VERSION_NAME;
|
||||
public static final String PRODID_BASE = "-//EteSync//" + BuildConfig.APPLICATION_ID + "/" + BuildConfig.VERSION_NAME;
|
||||
|
||||
public static final int DEFAULT_SYNC_INTERVAL = 4 * 3600; // 4 hours
|
||||
public static final long DEFAULT_RETRY_DELAY = 30 * 60; // 30 minutes
|
||||
|
Loading…
Reference in New Issue
Block a user