summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-09-09 10:01:27 +0200
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 18:12:20 +0200
commit4ad2d1315066ae8dccef9e265b7a1738329eb0ba (patch)
tree99afb04c68a8c210fd02e696ce3b30de63525212 /res/xml
parentb91591b3cb65bcf27c6302f8e80f26a77c7a3751 (diff)
downloadandroid_packages_apps_Dialer-4ad2d1315066ae8dccef9e265b7a1738329eb0ba.tar.gz
android_packages_apps_Dialer-4ad2d1315066ae8dccef9e265b7a1738329eb0ba.tar.bz2
android_packages_apps_Dialer-4ad2d1315066ae8dccef9e265b7a1738329eb0ba.zip
Add back in-call vibration features
Change-Id: Ia30a3c46e9c37d7d73288ec605af8efc3a46a323
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/sound_settings.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index 80fad626a..1affc88d9 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -43,4 +43,27 @@
android:entries="@array/dtmf_tone_length_entries"
android:entryValues="@array/dtmf_tone_length_entry_values" />
+ <PreferenceCategory
+ android:key="@string/incall_vibration_category_key"
+ android:title="@string/incall_vibration_category_title">
+
+ <CheckBoxPreference
+ android:key="incall_vibrate_outgoing"
+ android:title="@string/incall_vibrate_outgoing_title" />
+
+ <CheckBoxPreference
+ android:key="incall_vibrate_call_waiting"
+ android:title="@string/incall_vibrate_call_waiting_title" />
+
+ <CheckBoxPreference
+ android:key="incall_vibrate_hangup"
+ android:title="@string/incall_vibrate_hangup_title" />
+
+ <CheckBoxPreference
+ android:key="incall_vibrate_45secs"
+ android:title="@string/incall_vibrate_45_title"
+ android:summary="@string/incall_vibrate_45_summary" />
+
+ </PreferenceCategory>
+
</PreferenceScreen>