diff options
author | 2014-10-27 11:59:57 +0900 | |
---|---|---|
committer | 2014-10-27 16:26:22 +0900 | |
commit | f7e01e866ffa89b4dd7e66c471ed9fc275a637a2 (patch) | |
tree | 94a28eeb180206044d517533053835646414cb56 /java/res/xml/prefs_screen_debug.xml | |
parent | 53b010384e7e883b532d3f65a5e90a0889d315e0 (diff) | |
download | latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.tar.gz latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.tar.xz latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.zip |
Remove device checking of Emoji physical key
This CL also adds a settings option to enable/disable an Emoji-ALT
physical key.
Bug: 18122464
Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
Diffstat (limited to 'java/res/xml/prefs_screen_debug.xml')
-rw-r--r-- | java/res/xml/prefs_screen_debug.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/res/xml/prefs_screen_debug.xml b/java/res/xml/prefs_screen_debug.xml index 486d2367e..13edf3ec6 100644 --- a/java/res/xml/prefs_screen_debug.xml +++ b/java/res/xml/prefs_screen_debug.xml @@ -31,11 +31,6 @@ android:defaultValue="false" android:persistent="true" /> <CheckBoxPreference - android:key="force_physical_keyboard_special_key" - android:title="@string/prefs_force_physical_keyboard_special_key" - android:defaultValue="false" - android:persistent="true" /> - <CheckBoxPreference android:key="pref_should_show_lxx_suggestion_ui" android:title="@string/prefs_should_show_lxx_suggestion_ui" android:defaultValue="true" |