diff options
author | 2013-11-19 06:21:24 +0000 | |
---|---|---|
committer | 2013-11-19 06:21:24 +0000 | |
commit | 251999bfd1e76ebd2077d0bc2c3beb98a4071ceb (patch) | |
tree | a4bbe27f233c4b401ff5c0511e4edf5c9fd846d5 /java/res | |
parent | f86d49fb870901b2a4516dac232987f538afadc7 (diff) | |
parent | eacb44b38d523a3aeed4c3f17457af51cabc3a2e (diff) | |
download | latinime-251999bfd1e76ebd2077d0bc2c3beb98a4071ceb.tar.gz latinime-251999bfd1e76ebd2077d0bc2c3beb98a4071ceb.tar.xz latinime-251999bfd1e76ebd2077d0bc2c3beb98a4071ceb.zip |
Merge "Show amanatto settings only when in debug mode."
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/prefs_for_debug.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml/prefs_for_debug.xml b/java/res/xml/prefs_for_debug.xml index 8d9508e38..124c44388 100644 --- a/java/res/xml/prefs_for_debug.xml +++ b/java/res/xml/prefs_for_debug.xml @@ -58,6 +58,12 @@ android:persistent="true" android:title="@string/prefs_use_only_personalization_dictionary" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="boost_personalization_dictionary_for_debug" + android:persistent="true" + android:title="@string/prefs_boost_personalization_dictionary" /> + <PreferenceScreen android:key="read_external_dictionary" android:title="@string/prefs_read_external_dictionary" /> |