am 6139bf60: Add AGGREGATION_INTERVAL_SECONDS (fixing the build)

Merge commit '6139bf60e83753750fa1009de6da85033dad1820' into eclair-mr2-plus-aosp

* commit '6139bf60e83753750fa1009de6da85033dad1820':
  Add AGGREGATION_INTERVAL_SECONDS (fixing the build)
This commit is contained in:
Dan Egnor
2009-11-11 15:52:20 -08:00
committed by Android Git Automerger

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.