From 2c187a7662bb105d25e5fda646b44af4aa60382d Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" <takaoka@google.com> Date: Tue, 31 May 2011 10:55:00 +0900 Subject: [PATCH] Remove voice key option from 7 inch tablet setting. Bug: 4442045 Change-Id: I5e75e9e61a3be81295d4271d6302233c97e9ea5a --- java/res/values-sw600dp/config.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/res/values-sw600dp/config.xml b/java/res/values-sw600dp/config.xml index 4f6d684c45..b6d8e33f9a 100644 --- a/java/res/values-sw600dp/config.xml +++ b/java/res/values-sw600dp/config.xml @@ -21,8 +21,7 @@ <resources> <bool name="config_enable_show_settings_key_option">true</bool> <bool name="config_enable_show_subtype_settings">false</bool> - <!-- TODO: Set this false after layout debug --> - <bool name="config_enable_show_voice_key_option">true</bool> + <bool name="config_enable_show_voice_key_option">false</bool> <bool name="config_enable_show_popup_on_keypress_option">false</bool> <bool name="config_enable_show_recorrection_option">false</bool> <bool name="config_enable_quick_fixes_option">false</bool> -- GitLab