diff options
Diffstat (limited to 'java/res/xml/prefs_for_debug.xml')
-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 8efd1c9e8..6958ddac6 100644 --- a/java/res/xml/prefs_for_debug.xml +++ b/java/res/xml/prefs_for_debug.xml @@ -51,6 +51,12 @@ android:persistent="true" android:defaultValue="false" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="use_only_personalization_dictionary" + android:persistent="true" + android:title="@string/prefs_use_only_personalization_dictionary_for_debug" /> + <PreferenceScreen android:key="read_external_dictionary" android:title="@string/prefs_read_external_dictionary" /> |