am 802f58da: am 6139bf60: Add AGGREGATION_INTERVAL_SECONDS (fixing the build)

Merge commit '802f58da80debfc425039259e6dfd042db66ce0a'

* commit '802f58da80debfc425039259e6dfd042db66ce0a':
  Add AGGREGATION_INTERVAL_SECONDS (fixing the build)
This commit is contained in:
Dan Egnor
2009-11-11 15:56:16 -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.