The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:key="language_keyboard_settings" |
Amith Yamasani | d799347 | 2010-08-18 13:59:28 -0700 | [diff] [blame] | 20 | android:title="@string/language_keyboard_settings_title"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 21 | |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 22 | <PreferenceScreen |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 23 | android:key="phone_language" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 24 | android:title="@string/phone_language" |
| 25 | android:fragment="com.android.settings.LocalePicker" |
| 26 | /> |
Ken Wakasa | d2c3f37 | 2010-09-28 19:01:17 +0900 | [diff] [blame] | 27 | |
Tadashi G. Takaoka | cd6fdea | 2014-07-10 15:37:28 +0900 | [diff] [blame^] | 28 | <!-- Spell checker preference title, summary and fragment will be set programmatically. --> |
| 29 | <!-- Note: Mark this as persistent="false" to remove unnecessarily saved shared preference. |
| 30 | See: InputMethodAndSubtypeUtil.removeUnnecessaryNonPersistentPreference. --> |
| 31 | <PreferenceScreen |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 32 | android:key="spellcheckers_settings" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 33 | android:title="@string/spellcheckers_settings_title" |
| 34 | settings:keywords="@string/keywords_spell_checker" |
Tadashi G. Takaoka | cd6fdea | 2014-07-10 15:37:28 +0900 | [diff] [blame^] | 35 | android:persistent="false" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 36 | /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 37 | |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 38 | <!-- User dictionary preference title and fragment will be set programmatically. --> |
| 39 | <PreferenceScreen |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 40 | android:key="key_user_dictionary_settings" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 41 | android:title="@string/user_dict_settings_title" |
| 42 | /> |
Ken Wakasa | d2c3f37 | 2010-09-28 19:01:17 +0900 | [diff] [blame] | 43 | |
Tadashi G. Takaoka | 74e7c3e | 2014-07-09 16:26:12 +0900 | [diff] [blame] | 44 | <PreferenceCategory |
| 45 | android:key="keyboard_settings_category" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 46 | android:title="@string/keyboard_settings_category" |
| 47 | settings:keywords="@string/keywords_keyboard_and_ime"> |
| 48 | |
Tadashi G. Takaoka | 74e7c3e | 2014-07-09 16:26:12 +0900 | [diff] [blame] | 49 | <!-- An intent for this preference will be populated programmatically. --> |
| 50 | <PreferenceScreen |
| 51 | android:key="choose_input_methods" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 52 | android:title="@string/choose_input_methods" |
| 53 | /> |
| 54 | |
Tadashi G. Takaoka | 74e7c3e | 2014-07-09 16:26:12 +0900 | [diff] [blame] | 55 | <PreferenceScreen |
| 56 | android:key="current_input_method" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 57 | android:title="@string/current_input_method" |
| 58 | /> |
Tadashi G. Takaoka | 74e7c3e | 2014-07-09 16:26:12 +0900 | [diff] [blame] | 59 | <!-- Enabled input method list will be populated programmatically here. --> |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 60 | </PreferenceCategory> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 61 | |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 62 | <PreferenceCategory |
| 63 | android:key="hard_keyboard" |
| 64 | android:title="@string/builtin_keyboard_settings_title" |
| 65 | android:persistent="false"> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 66 | <!-- Additional preference screens are inserted here programmatically |
| 67 | with low order values to set the key map of each attached keyboard. --> |
| 68 | |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 69 | <CheckBoxPreference |
| 70 | android:key="auto_replace" |
| 71 | android:title="@string/auto_replace" |
| 72 | android:summaryOn="@string/auto_replace_summary" |
| 73 | android:summaryOff="@string/auto_replace_summary" |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 74 | android:order="1000" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 75 | android:persistent="false" |
| 76 | /> |
| 77 | |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 78 | <CheckBoxPreference |
| 79 | android:key="auto_caps" |
| 80 | android:title="@string/auto_caps" |
| 81 | android:summaryOn="@string/auto_caps_summary" |
| 82 | android:summaryOff="@string/auto_caps_summary" |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 83 | android:order="1001" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 84 | android:persistent="false" |
| 85 | /> |
| 86 | |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 87 | <CheckBoxPreference |
| 88 | android:key="auto_punctuate" |
| 89 | android:title="@string/auto_punctuate" |
| 90 | android:summaryOn="@string/auto_punctuate_summary" |
| 91 | android:summaryOff="@string/auto_punctuate_summary" |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 92 | android:order="1002" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 93 | android:persistent="false" |
| 94 | /> |
| 95 | |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 96 | </PreferenceCategory> |
| 97 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 98 | <PreferenceCategory |
| 99 | android:key="voice_category" |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 100 | android:title="@string/voice_category" > |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 101 | |
| 102 | <!-- entries, entryValues, and defaultValue will be populated programmatically. --> |
| 103 | <ListPreference |
Dianne Hackborn | df7e99b | 2014-04-17 18:35:29 -0700 | [diff] [blame] | 104 | android:key="voice_interactor" |
| 105 | android:title="@string/voice_interactor_title" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 106 | android:dialogTitle="@string/voice_interactor_title" |
| 107 | /> |
Dianne Hackborn | df7e99b | 2014-04-17 18:35:29 -0700 | [diff] [blame] | 108 | |
| 109 | <!-- An intent for this preference will be populated programmatically. --> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 110 | <PreferenceScreen |
| 111 | android:key="voice_interactor_settings" |
| 112 | android:title="@string/voice_interactor_settings_title" |
| 113 | /> |
Dianne Hackborn | df7e99b | 2014-04-17 18:35:29 -0700 | [diff] [blame] | 114 | |
| 115 | <!-- entries, entryValues, and defaultValue will be populated programmatically. --> |
| 116 | <ListPreference |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 117 | android:key="recognizer" |
| 118 | android:title="@string/recognizer_title" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 119 | android:dialogTitle="@string/recognizer_title" |
| 120 | /> |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 121 | |
| 122 | <!-- An intent for this preference will be populated programmatically. --> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 123 | <PreferenceScreen |
| 124 | android:key="recognizer_settings" |
| 125 | android:title="@string/recognizer_settings_title" |
| 126 | settings:keywords="@string/keywords_search_voice" |
| 127 | /> |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 128 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 129 | <PreferenceScreen |
| 130 | android:key="tts_settings" |
| 131 | android:title="@string/tts_settings_title" |
| 132 | settings:keywords="@string/keywords_text_to_speech_output" |
Narayan Kamath | 0cfbb0f | 2011-08-18 17:55:41 +0100 | [diff] [blame] | 133 | android:fragment="com.android.settings.tts.TextToSpeechSettings" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 134 | /> |
| 135 | |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 136 | </PreferenceCategory> |
| 137 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 138 | <PreferenceCategory |
| 139 | android:key="pointer_settings_category" |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 140 | android:title="@string/pointer_settings_category"> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 141 | |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 142 | <com.android.settings.PointerSpeedPreference |
| 143 | android:key="pointer_speed" |
| 144 | android:title="@string/pointer_speed" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 145 | android:dialogTitle="@string/pointer_speed" |
| 146 | /> |
| 147 | |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 148 | </PreferenceCategory> |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 149 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 150 | <PreferenceCategory |
| 151 | android:key="game_controller_settings_category" |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 152 | android:title="@string/game_controller_settings_category"> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 153 | |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 154 | <CheckBoxPreference |
| 155 | android:key="vibrate_input_devices" |
| 156 | android:title="@string/vibrate_input_devices" |
| 157 | android:summaryOn="@string/vibrate_input_devices_summary" |
| 158 | android:summaryOff="@string/vibrate_input_devices_summary" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 159 | android:persistent="false" |
| 160 | /> |
| 161 | |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 162 | </PreferenceCategory> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 163 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 164 | </PreferenceScreen> |