Compress the dictionaries so they are loaded into memory fully.

This is an experiment to see if flash contention is causing occasional
keyboard hicups that people complain about.

A side effect is that the APK (with 5 languages) reduces in size by 25%.
diff --git a/Android.mk b/Android.mk
index 4c842c5..fd6c97e 100755
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@
 
 LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
 
-LOCAL_AAPT_FLAGS := -0 .dict
+#LOCAL_AAPT_FLAGS := -0 .dict
 
 include $(BUILD_PACKAGE)
 include $(LOCAL_PATH)/dictionary/Android.mk