blob: 8aa105b2020451001867945bb515068637ae5201 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?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 Nitad7d48fd2016-01-12 08:55:05 -08007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Mihai Nitad7d48fd2016-01-12 08:55:05 -08009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 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 Zhangcdaf4f72016-11-03 15:55:18 -070018 android:key="language_keyboard_settings"
19 android:title="@string/language_keyboard_settings_title">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080020
Fan Zhangac81f262016-12-21 17:06:38 +000021 <Preference
Jean Chalard8ba5c422011-08-31 21:40:43 +090022 android:key="phone_language"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070023 android:title="@string/phone_language"
Mihai Nitad7d48fd2016-01-12 08:55:05 -080024 android:fragment="com.android.settings.localepicker.LocaleListEditor"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070025 />
Ken Wakasad2c3f372010-09-28 19:01:17 +090026
Tadashi G. Takaokacd6fdea2014-07-10 15:37:28 +090027 <!-- 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 Zhang22d42d52016-11-03 13:29:06 -070030 <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 Projectafc4ab22009-03-03 19:32:34 -080035
Jean Chalard8ba5c422011-08-31 21:40:43 +090036 <!-- User dictionary preference title and fragment will be set programmatically. -->
Fan Zhangac81f262016-12-21 17:06:38 +000037 <Preference
Satoshi Kataoka5df33072013-04-30 14:30:12 +090038 android:key="key_user_dictionary_settings"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070039 android:title="@string/user_dict_settings_title"
40 />
Ken Wakasad2c3f372010-09-28 19:01:17 +090041
Tadashi G. Takaoka74e7c3e2014-07-09 16:26:12 +090042 <PreferenceCategory
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000043 android:title="@string/keyboard_and_input_methods_category">
Fan Zhangac81f262016-12-21 17:06:38 +000044 <Preference
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000045 android:title="@string/virtual_keyboard_category"
46 android:fragment="com.android.settings.inputmethod.VirtualKeyboardFragment" />
Fan Zhangac81f262016-12-21 17:06:38 +000047 <Preference
Yorke Leed4485222016-03-23 11:11:46 -070048 android:title="@string/physical_keyboard_title"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +000049 android:fragment="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
satok3fa13772011-06-27 23:44:01 +090050 </PreferenceCategory>
Jeff Browne46c5f32012-04-05 11:42:18 -070051
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070052 <PreferenceCategory
53 android:key="voice_category"
Jean Chalard8ba5c422011-08-31 21:40:43 +090054 android:title="@string/voice_category" >
Amith Yamasanib44161f2010-12-10 13:17:34 -080055
Fan Zhangac81f262016-12-21 17:06:38 +000056 <Preference
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070057 android:key="tts_settings"
58 android:title="@string/tts_settings_title"
Narayan Kamath0cfbb0f2011-08-18 17:55:41 +010059 android:fragment="com.android.settings.tts.TextToSpeechSettings"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070060 />
61
Amith Yamasanib44161f2010-12-10 13:17:34 -080062 </PreferenceCategory>
63
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070064 <PreferenceCategory
65 android:key="pointer_settings_category"
Jeff Brownd82487b2011-06-02 03:10:28 -070066 android:title="@string/pointer_settings_category">
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070067
Jeff Brownd82487b2011-06-02 03:10:28 -070068 <com.android.settings.PointerSpeedPreference
69 android:key="pointer_speed"
70 android:title="@string/pointer_speed"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070071 android:dialogTitle="@string/pointer_speed"
72 />
73
Jeff Brownd82487b2011-06-02 03:10:28 -070074 </PreferenceCategory>
Jeff Brownf8fb0e52012-04-13 20:27:45 -070075
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070076 <PreferenceCategory
77 android:key="game_controller_settings_category"
Jeff Brownf8fb0e52012-04-13 20:27:45 -070078 android:title="@string/game_controller_settings_category">
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070079
Fabrice Di Megliodaef2e22014-10-15 19:00:35 -070080 <SwitchPreference
Jeff Brownf8fb0e52012-04-13 20:27:45 -070081 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 Meglioe6b336d2014-07-10 14:59:46 -070085 />
86
Jeff Brownf8fb0e52012-04-13 20:27:45 -070087 </PreferenceCategory>
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070088
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080089</PreferenceScreen>