am 5c4bd203: Remove "Boost personalization dictionary" from settings.
* commit '5c4bd203315fe4e0374d80d4fc038f210e1639bb': Remove "Boost personalization dictionary" from settings.main
commit
5f33e88490
|
@ -484,8 +484,6 @@ mobile devices. [CHAR LIMIT=25] -->
|
|||
<string name="prefs_read_external_dictionary">Read external dictionary file</string>
|
||||
<!-- Title of the settings for using only personalization dictionary -->
|
||||
<string name="prefs_use_only_personalization_dictionary" translatable="false">Use only personalization dictionary</string>
|
||||
<!-- Title of the settings for boosting personalization dictionary -->
|
||||
<string name="prefs_boost_personalization_dictionary" translatable="false">Boost personalization dictionary</string>
|
||||
<!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] -->
|
||||
<string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string>
|
||||
<!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] -->
|
||||
|
|
|
@ -58,12 +58,6 @@
|
|||
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" />
|
||||
|
|
|
@ -39,8 +39,6 @@ public final class DebugSettings extends PreferenceFragment
|
|||
public static final String PREF_STATISTICS_LOGGING = "enable_logging";
|
||||
public static final String PREF_USE_ONLY_PERSONALIZATION_DICTIONARY_FOR_DEBUG =
|
||||
"use_only_personalization_dictionary_for_debug";
|
||||
public static final String PREF_BOOST_PERSONALIZATION_DICTIONARY_FOR_DEBUG =
|
||||
"boost_personalization_dictionary_for_debug";
|
||||
private static final String PREF_READ_EXTERNAL_DICTIONARY = "read_external_dictionary";
|
||||
private static final boolean SHOW_STATISTICS_LOGGING = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue