diff options
author | Michael Wright <michaelwr@google.com> | 2014-08-11 20:47:39 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-11 18:20:32 +0000 |
commit | bb76ee92bc69a6ccae7c9085e23a45504c2c1217 (patch) | |
tree | eefa9e49ed21ce447b802eb330282a5bfc09c55b /res/xml | |
parent | ace6dc4f28bf3188c85d48ddebcd7c53d6d14079 (diff) | |
parent | 572f90bdf8183e42c522fdf041b20b064ffc8549 (diff) | |
download | packages_apps_Settings-bb76ee92bc69a6ccae7c9085e23a45504c2c1217.zip packages_apps_Settings-bb76ee92bc69a6ccae7c9085e23a45504c2c1217.tar.gz packages_apps_Settings-bb76ee92bc69a6ccae7c9085e23a45504c2c1217.tar.bz2 |
Merge "Remove non-functional hardware keyboard options." into lmp-dev
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/language_settings.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/res/xml/language_settings.xml b/res/xml/language_settings.xml index 9d12857..b60dc5e 100644 --- a/res/xml/language_settings.xml +++ b/res/xml/language_settings.xml @@ -65,34 +65,6 @@ android:persistent="false"> <!-- Additional preference screens are inserted here programmatically with low order values to set the key map of each attached keyboard. --> - - <CheckBoxPreference - android:key="auto_replace" - android:title="@string/auto_replace" - android:summaryOn="@string/auto_replace_summary" - android:summaryOff="@string/auto_replace_summary" - android:order="1000" - android:persistent="false" - /> - - <CheckBoxPreference - android:key="auto_caps" - android:title="@string/auto_caps" - android:summaryOn="@string/auto_caps_summary" - android:summaryOff="@string/auto_caps_summary" - android:order="1001" - android:persistent="false" - /> - - <CheckBoxPreference - android:key="auto_punctuate" - android:title="@string/auto_punctuate" - android:summaryOn="@string/auto_punctuate_summary" - android:summaryOff="@string/auto_punctuate_summary" - android:order="1002" - android:persistent="false" - /> - </PreferenceCategory> <PreferenceCategory |