summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Pasanen <invisiblek@cyanogenmod.org>2016-11-13 15:47:12 -0600
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 23:42:55 +0200
commite2772369844ab9e689cac49c34e835cc229d24e4 (patch)
tree8f8e4a4acbb49d3c71e04e8817fb168ea1958e26
parentd4f21a13b80943fa833dfe34ef1eba69899db976 (diff)
downloadandroid_packages_inputmethods_LatinIME-e2772369844ab9e689cac49c34e835cc229d24e4.tar.gz
android_packages_inputmethods_LatinIME-e2772369844ab9e689cac49c34e835cc229d24e4.tar.bz2
android_packages_inputmethods_LatinIME-e2772369844ab9e689cac49c34e835cc229d24e4.zip
LatinIME: disable sound on keypress on all devices by default
* This sound is horrible and tablet users shouldn't be subject to listening to it through setupwizard either. Change-Id: Ia6b6db31fb9a986c2a68773dc69524aed5e5af08
-rw-r--r--java/res/values-sw600dp/config-per-form-factor.xml2
-rw-r--r--java/res/values-sw768dp/config-per-form-factor.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values-sw600dp/config-per-form-factor.xml b/java/res/values-sw600dp/config-per-form-factor.xml
index aa9a05482..bb2eaa85f 100644
--- a/java/res/values-sw600dp/config-per-form-factor.xml
+++ b/java/res/values-sw600dp/config-per-form-factor.xml
@@ -23,7 +23,7 @@
<bool name="config_enable_show_key_preview_popup_option">false</bool>
<!-- Whether or not Popup on key press is enabled by default -->
<bool name="config_default_key_preview_popup">false</bool>
- <bool name="config_default_sound_enabled">true</bool>
+ <bool name="config_default_sound_enabled">false</bool>
<bool name="config_enable_show_voice_key_option">false</bool>
<bool name="config_key_selection_by_dragging_finger">false</bool>
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
diff --git a/java/res/values-sw768dp/config-per-form-factor.xml b/java/res/values-sw768dp/config-per-form-factor.xml
index b90fbaea5..45ff0b1ff 100644
--- a/java/res/values-sw768dp/config-per-form-factor.xml
+++ b/java/res/values-sw768dp/config-per-form-factor.xml
@@ -23,7 +23,7 @@
<bool name="config_enable_show_key_preview_popup_option">false</bool>
<!-- Whether or not Popup on key press is enabled by default -->
<bool name="config_default_key_preview_popup">false</bool>
- <bool name="config_default_sound_enabled">true</bool>
+ <bool name="config_default_sound_enabled">false</bool>
<bool name="config_enable_show_voice_key_option">false</bool>
<bool name="config_key_selection_by_dragging_finger">false</bool>
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if