am 8ffbe883: am 468fe55d: am 720815ba: am 59feae0b: am 60900e83: Merge "Enable the automatic hourly ping kick" into ub-gmail-ur14-dev

* commit '8ffbe8835c5263a12149a76457133f5c048884c8':
  Enable the automatic hourly ping kick
diff --git a/src/com/android/exchange/service/PingSyncSynchronizer.java b/src/com/android/exchange/service/PingSyncSynchronizer.java
index 45b8693..1f2f72d 100644
--- a/src/com/android/exchange/service/PingSyncSynchronizer.java
+++ b/src/com/android/exchange/service/PingSyncSynchronizer.java
@@ -88,7 +88,7 @@
     // should not be needed, but if there is a software error that results in
     // the ping being lost, this is a fallback to make sure that messages are
     // not delayed more than an hour.
-    private static final boolean SCHEDULE_KICK = false;
+    private static final boolean SCHEDULE_KICK = true;
     private static final long KICK_SYNC_INTERVAL_SECONDS =
             DateUtils.HOUR_IN_MILLIS / DateUtils.SECOND_IN_MILLIS;