diff --git a/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java b/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java index 11b4a64ff..90221512f 100644 --- a/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java +++ b/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java @@ -81,7 +81,8 @@ public final class SystemBroadcastReceiver extends BroadcastReceiver { // Remove all the previously scheduled downloads. This will also makes sure // that any erroneously stuck downloads will get cleared. (b/21797386) removeOldDownloads(context); - downloadLatestDictionaries(context); + // b/21797386 + // downloadLatestDictionaries(context); } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { Log.i(TAG, "Boot has been completed"); toggleAppIcon(context);