blob: c856e1a46d7b77820c2d81dd83341a0ddc99cda1 [file] [log] [blame]
Andrew Leee4ea1042014-08-13 17:10:43 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 ~ Copyright (C) 2014 The Android Open Source Project
5 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License
17 -->
18
19<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
20
21 <PreferenceCategory
Andrew Leee4ea1042014-08-13 17:10:43 -070022 android:key="dialer_general_sounds_category_key"
23 android:title="@string/sounds_and_vibrate_category_title"
24 android:persistent="false">
25
26 <com.android.dialer.settings.DefaultRingtonePreference
27 android:key="button_ringtone_key"
28 android:title="@string/ringtone_title"
29 android:dialogTitle="@string/ringtone_title"
30 android:persistent="false"
31 android:ringtoneType="ringtone" />
32
33 <CheckBoxPreference
Andrew Leee4ea1042014-08-13 17:10:43 -070034 android:key="button_play_dtmf_tone"
35 android:title="@string/dtmf_tone_enable_title"
36 android:persistent="false"
37 android:defaultValue="true" />
38
Andrew Leed0d409e2014-08-21 15:20:48 -070039 <CheckBoxPreference
40 android:key="button_vibrate_on_ring"
41 android:title="@string/vibrate_on_ring_title"
42 android:persistent="false"
43 android:defaultValue="false" />
44
Andrew Leee4ea1042014-08-13 17:10:43 -070045 </PreferenceCategory>
46
Andrew Leef68494c2015-02-13 18:08:17 -080047</PreferenceScreen>