From 22e186898e47cf35a49e73494bf11695c854d284 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Tue, 22 Sep 2009 11:47:08 -0500 Subject: [PATCH] packages/apps/Setting: Make vkey button haptics part of global haptic setting This change ties the virtual key haptics to the global haptics settings Signed-off-by: Dan Murphy --- res/values/strings.xml | 6 ++++++ res/xml/sound_and_display_settings.xml | 8 ++++++++ src/com/android/settings/SoundAndDisplaySettings.java | 10 ++++++++++ 3 files changed, 24 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 5e4c5b575e2..c67c06c8cdc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -874,6 +874,12 @@ Play sound when making screen selection + Haptic feedback + + Vibrate when pressing soft keys and on certain UI interactions + + Vibrate when pressing soft keys and on certain UI interactions + SD card notifications Play sound for SD card notifications diff --git a/res/xml/sound_and_display_settings.xml b/res/xml/sound_and_display_settings.xml index 1d5e66a2f58..8544fee740c 100644 --- a/res/xml/sound_and_display_settings.xml +++ b/res/xml/sound_and_display_settings.xml @@ -84,6 +84,14 @@ android:dependency="silent" android:defaultValue="true" /> + +