diff options
author | 2013-03-19 10:48:10 +0900 | |
---|---|---|
committer | 2013-03-19 10:48:10 +0900 | |
commit | 841c295f3c99214f45924434d9c0bb5b4760578d (patch) | |
tree | 62226e13d2674b0e99e0d49a899aa30ab6b5eb91 /java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java | |
parent | bbadc6ed2f8a74214bcc328c7b4d7f9bb55d6ef0 (diff) | |
parent | 5b048292540b6fbbd8929a3622262f352245d464 (diff) | |
download | latinime-841c295f3c99214f45924434d9c0bb5b4760578d.tar.gz latinime-841c295f3c99214f45924434d9c0bb5b4760578d.tar.xz latinime-841c295f3c99214f45924434d9c0bb5b4760578d.zip |
resolved conflicts for merge of 5b048292 to master
Change-Id: I67ebab46954cd7b8e3e79e7fed523bafb15f8835
Diffstat (limited to 'java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java b/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java index 94598c810..f68e9f90b 100644 --- a/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java +++ b/java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java @@ -289,8 +289,9 @@ final class BinaryDictionaryGetter { // cacheWordListsFromContentProvider returns the list of files it copied to local // storage, but we don't really care about what was copied NOW: what we want is the // list of everything we ever cached, so we ignore the return value. - // TODO: The experimental version is not supported by the Dictionary Pack Service yet - if (!ProductionFlag.IS_EXPERIMENTAL) { + // TODO: The development-only-diagnostic version is not supported by the Dictionary Pack + // Service yet + if (!ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) { // We need internet access to do the following. Only do this if the package actually // has the permission. if (context.checkCallingOrSelfPermission(android.Manifest.permission.INTERNET) |