blob: 7b3f362eec8781af49c534cf59a7c1816bb0601b [file] [log] [blame]
John Spurlock81bef1d72014-05-16 15:50:13 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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"
John Spurlock4e4cdef2014-05-28 09:43:45 -040018 android:title="@string/other_sound_settings"
19 android:key="other_sound_settings"
Fan Zhang74c61d12017-11-17 16:49:54 -080020 xmlns:settings="http://schemas.android.com/apk/res-auto">
John Spurlock81bef1d72014-05-16 15:50:13 -040021
22 <!-- Dial pad tones -->
23 <SwitchPreference
24 android:key="dial_pad_tones"
Jason Monk31c7c322016-01-20 14:41:52 -050025 android:title="@string/dial_pad_tones_title" />
John Spurlock81bef1d72014-05-16 15:50:13 -040026
John Spurlock4e4cdef2014-05-28 09:43:45 -040027 <!-- Screen locking sounds -->
John Spurlock81bef1d72014-05-16 15:50:13 -040028 <SwitchPreference
29 android:key="screen_locking_sounds"
Jason Monk31c7c322016-01-20 14:41:52 -050030 android:title="@string/screen_locking_sounds_title" />
John Spurlock81bef1d72014-05-16 15:50:13 -040031
John Spurlockae91c0a2015-05-06 17:42:30 -040032 <!-- Charging sounds -->
33 <SwitchPreference
34 android:key="charging_sounds"
Jason Monk31c7c322016-01-20 14:41:52 -050035 android:title="@string/charging_sounds_title" />
John Spurlockae91c0a2015-05-06 17:42:30 -040036
John Spurlock4e4cdef2014-05-28 09:43:45 -040037 <!-- Docking sounds -->
John Spurlock81bef1d72014-05-16 15:50:13 -040038 <SwitchPreference
John Spurlock4e4cdef2014-05-28 09:43:45 -040039 android:key="docking_sounds"
Jason Monk31c7c322016-01-20 14:41:52 -050040 android:title="@string/docking_sounds_title" />
John Spurlock4e4cdef2014-05-28 09:43:45 -040041
42 <!-- Touch sounds -->
43 <SwitchPreference
44 android:key="touch_sounds"
Jason Monk31c7c322016-01-20 14:41:52 -050045 android:title="@string/touch_sounds_title" />
John Spurlock81bef1d72014-05-16 15:50:13 -040046
47 <!-- Vibrate on touch -->
48 <SwitchPreference
49 android:key="vibrate_on_touch"
Shawn Dingc4f12f62018-03-16 17:37:49 +080050 android:title="@string/vibrate_on_touch_title"
51 android:summary="@string/vibrate_on_touch_summary" />
John Spurlock81bef1d72014-05-16 15:50:13 -040052
John Spurlock4e4cdef2014-05-28 09:43:45 -040053 <!-- Dock speaker plays -->
Jason Monk1230ac82015-12-11 20:14:43 -050054 <DropDownPreference
John Spurlock4e4cdef2014-05-28 09:43:45 -040055 android:key="dock_audio_media"
56 android:title="@string/dock_audio_media_title"
Jason Monk31c7c322016-01-20 14:41:52 -050057 android:summary="%s" />
John Spurlock4e4cdef2014-05-28 09:43:45 -040058
Geoffrey Pitsch7f6d27b2016-08-08 15:39:33 -040059 <!-- Boot sounds -->
60 <SwitchPreference
61 android:key="boot_sounds"
62 android:title="@string/boot_sounds_title" />
63
John Spurlock4e4cdef2014-05-28 09:43:45 -040064 <!-- Emergency tone -->
Jason Monk1230ac82015-12-11 20:14:43 -050065 <DropDownPreference
John Spurlock4e4cdef2014-05-28 09:43:45 -040066 android:key="emergency_tone"
67 android:title="@string/emergency_tone_title"
Jason Monk31c7c322016-01-20 14:41:52 -050068 android:summary="%s" />
John Spurlock4e4cdef2014-05-28 09:43:45 -040069
John Spurlock81bef1d72014-05-16 15:50:13 -040070</PreferenceScreen>