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 |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 7 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 9 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 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" |
Fan Zhang | cdaf4f7 | 2016-11-03 15:55:18 -0700 | [diff] [blame] | 18 | android:key="language_keyboard_settings" |
| 19 | android:title="@string/language_keyboard_settings_title"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 20 | |
Fan Zhang | ac81f26 | 2016-12-21 17:06:38 +0000 | [diff] [blame] | 21 | <Preference |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 22 | android:key="phone_language" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 23 | android:title="@string/phone_language" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 24 | android:fragment="com.android.settings.localepicker.LocaleListEditor" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 25 | /> |
Ken Wakasa | d2c3f37 | 2010-09-28 19:01:17 +0900 | [diff] [blame] | 26 | |
Tadashi G. Takaoka | cd6fdea | 2014-07-10 15:37:28 +0900 | [diff] [blame] | 27 | <!-- Spell checker preference title, summary and fragment will be set programmatically. --> |
| 28 | <!-- Note: Mark this as persistent="false" to remove unnecessarily saved shared preference. |
| 29 | See: InputMethodAndSubtypeUtil.removeUnnecessaryNonPersistentPreference. --> |
Fan Zhang | 22d42d5 | 2016-11-03 13:29:06 -0700 | [diff] [blame] | 30 | <Preference |
| 31 | android:key="spellcheckers_settings" |
| 32 | android:title="@string/spellcheckers_settings_title" |
| 33 | android:fragment="com.android.settings.inputmethod.SpellCheckersSettings" |
| 34 | android:persistent="false"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 35 | |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 36 | <!-- User dictionary preference title and fragment will be set programmatically. --> |
Fan Zhang | ac81f26 | 2016-12-21 17:06:38 +0000 | [diff] [blame] | 37 | <Preference |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 38 | android:key="key_user_dictionary_settings" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 39 | android:title="@string/user_dict_settings_title" |
| 40 | /> |
Ken Wakasa | d2c3f37 | 2010-09-28 19:01:17 +0900 | [diff] [blame] | 41 | |
Tadashi G. Takaoka | 74e7c3e | 2014-07-09 16:26:12 +0900 | [diff] [blame] | 42 | <PreferenceCategory |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 43 | android:title="@string/keyboard_and_input_methods_category"> |
Fan Zhang | ac81f26 | 2016-12-21 17:06:38 +0000 | [diff] [blame] | 44 | <Preference |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 45 | android:title="@string/virtual_keyboard_category" |
| 46 | android:fragment="com.android.settings.inputmethod.VirtualKeyboardFragment" /> |
Fan Zhang | ac81f26 | 2016-12-21 17:06:38 +0000 | [diff] [blame] | 47 | <Preference |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 48 | android:title="@string/physical_keyboard_title" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 49 | android:fragment="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 50 | </PreferenceCategory> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 51 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 52 | <PreferenceCategory |
| 53 | android:key="voice_category" |
Jean Chalard | 8ba5c42 | 2011-08-31 21:40:43 +0900 | [diff] [blame] | 54 | android:title="@string/voice_category" > |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 55 | |
Fan Zhang | ac81f26 | 2016-12-21 17:06:38 +0000 | [diff] [blame] | 56 | <Preference |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 57 | android:key="tts_settings" |
| 58 | android:title="@string/tts_settings_title" |
Narayan Kamath | 0cfbb0f | 2011-08-18 17:55:41 +0100 | [diff] [blame] | 59 | android:fragment="com.android.settings.tts.TextToSpeechSettings" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 60 | /> |
| 61 | |
Amith Yamasani | b44161f | 2010-12-10 13:17:34 -0800 | [diff] [blame] | 62 | </PreferenceCategory> |
| 63 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 64 | <PreferenceCategory |
| 65 | android:key="pointer_settings_category" |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 66 | android:title="@string/pointer_settings_category"> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 67 | |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 68 | <com.android.settings.PointerSpeedPreference |
| 69 | android:key="pointer_speed" |
| 70 | android:title="@string/pointer_speed" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 71 | android:dialogTitle="@string/pointer_speed" |
| 72 | /> |
| 73 | |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 74 | </PreferenceCategory> |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 75 | |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 76 | <PreferenceCategory |
| 77 | android:key="game_controller_settings_category" |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 78 | android:title="@string/game_controller_settings_category"> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 79 | |
Fabrice Di Meglio | daef2e2 | 2014-10-15 19:00:35 -0700 | [diff] [blame] | 80 | <SwitchPreference |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 81 | android:key="vibrate_input_devices" |
| 82 | android:title="@string/vibrate_input_devices" |
| 83 | android:summaryOn="@string/vibrate_input_devices_summary" |
| 84 | android:summaryOff="@string/vibrate_input_devices_summary" |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 85 | /> |
| 86 | |
Jeff Brown | f8fb0e5 | 2012-04-13 20:27:45 -0700 | [diff] [blame] | 87 | </PreferenceCategory> |
Fabrice Di Meglio | e6b336d | 2014-07-10 14:59:46 -0700 | [diff] [blame] | 88 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 89 | </PreferenceScreen> |