blob: 3b946801f38d4a14bdbed0a72d2fd047dbd31a87 [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
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"
Amith Yamasani985f5ef2009-09-16 12:43:50 -070018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080019
20 <PreferenceScreen
Amith Yamasani0f2e6de2010-02-17 16:02:39 -080021 android:key="phone_language"
22 android:title="@string/phone_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080023 <intent android:action="android.intent.action.MAIN"
24 android:targetPackage="com.android.settings"
25 android:targetClass="com.android.settings.LocalePicker"/>
26 </PreferenceScreen>
27
28 <PreferenceCategory android:key="text_category"
Amith Yamasanie7739d12010-05-28 18:19:43 -070029 android:title="@string/text_category">
30
31 <PreferenceScreen android:key="input_method"
32 android:title="@string/input_method"
33 android:widgetLayout="@*android:layout/preference_dialog" />
34
35 </PreferenceCategory>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080036
The Android Open Source Project86997be2009-03-05 14:34:39 -080037 <PreferenceScreen
38 android:key="hardkeyboard_category"
39 android:title="@string/builtin_keyboard_settings_title"
40 android:summary="@string/builtin_keyboard_settings_summary">
41 <intent android:action="android.intent.action.MAIN"
42 android:targetPackage="com.android.settings"
43 android:targetClass="com.android.settings.PhysicalKeyboardSettings"/>
44 </PreferenceScreen>
45
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080046 <PreferenceScreen
47 android:title="@string/user_dict_settings_title"
48 android:summary="@string/user_dict_settings_summary">
49 <intent android:action="android.intent.action.MAIN"
50 android:targetPackage="com.android.settings"
51 android:targetClass="com.android.settings.UserDictionarySettings" />
52 </PreferenceScreen>
53
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080054</PreferenceScreen>