Add AGGREGATION_INTERVAL_SECONDS (fixing the build)

This commit is contained in:
Dan Egnor
2009-11-11 15:45:59 -08:00
parent cf25073348
commit 6139bf60e8

View File

@@ -2650,6 +2650,11 @@ public final class Settings {
*/
public static final String CHECKIN_INTERVAL = "checkin_interval";
/**
* The interval (in seconds) between event log aggregation runs.
*/
public static final String AGGREGATION_INTERVAL_SECONDS = "aggregation_interval_seconds";
/**
* Boolean indicating if the market app should force market only checkins on
* install/uninstall. Any non-0 value is considered true.