diff options
author | 2014-05-24 00:41:11 +0900 | |
---|---|---|
committer | 2014-05-24 00:58:24 +0900 | |
commit | 7ed40a13cc8d8a616fd131e5644238cd41aba84d (patch) | |
tree | 1420e750abb2abc28ba1d24d265a7a3a5f1b177b /java/res/xml/prefs.xml | |
parent | e782f1f4154690da356fac6939ded66b5f66864d (diff) | |
download | latinime-7ed40a13cc8d8a616fd131e5644238cd41aba84d.tar.gz latinime-7ed40a13cc8d8a616fd131e5644238cd41aba84d.tar.xz latinime-7ed40a13cc8d8a616fd131e5644238cd41aba84d.zip |
Enable "show language switch key" settings on K and before
"Show language switch key" and "Switch to other IME" settings are
enabled on KitKat and before. On L and later, its preference settings
UI gets hide and the settings values are forcibly set to true.
Bug: 14854377
Change-Id: I10456408452280a1b7688fd1f168933937666c9f
Diffstat (limited to 'java/res/xml/prefs.xml')
-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" |