diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/prefs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 61ebb6992..a62986228 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -153,6 +153,7 @@ android:defaultValue="true" /> <CheckBoxPreference android:key="pref_include_other_imes_in_language_switch_list" + android:dependency="pref_show_language_switch_key" android:title="@string/include_other_imes_in_language_switch_list" android:summary="@string/include_other_imes_in_language_switch_list_summary" android:persistent="true" |