diff options
author | 2012-05-16 22:57:47 +0900 | |
---|---|---|
committer | 2012-05-16 22:59:03 +0900 | |
commit | cf74ead3d7f71a566c548486474a2fd0e2895194 (patch) | |
tree | a4316689540b93027b9448d1fa8151bc0a1170d5 /java | |
parent | 0028ed3627ff4f37a62a80f3b2c857e373cd5090 (diff) | |
download | latinime-cf74ead3d7f71a566c548486474a2fd0e2895194.tar.gz latinime-cf74ead3d7f71a566c548486474a2fd0e2895194.tar.xz latinime-cf74ead3d7f71a566c548486474a2fd0e2895194.zip |
DO NOT MERGE. Hide the usability study mode for the production
Change-Id: Ic0ffe56cd5314a00e81ba99148162dfb3ea1b044
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/config.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index a6fd22ee1..21010b3c2 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -23,8 +23,7 @@ <bool name="config_enable_show_voice_key_option">true</bool> <bool name="config_enable_show_popup_on_keypress_option">true</bool> <bool name="config_enable_next_word_suggestions_option">true</bool> - <!-- TODO: Disable the following configuration for production. --> - <bool name="config_enable_usability_study_mode_option">true</bool> + <bool name="config_enable_usability_study_mode_option">false</bool> <!-- Whether or not Popup on key press is enabled by default --> <bool name="config_default_popup_preview">true</bool> <!-- Default value for next word suggestion: while showing suggestions for a word should we weigh |