Haptic feedback setting doesn't need to be disabled in Silent mode.

Removed dependency on silent mode setting. Must have been a copy/paste error.
This commit is contained in:
Amith Yamasani
2010-01-12 14:22:51 -08:00
parent 89a363ebbc
commit 18b569ba00

View File

@@ -111,8 +111,7 @@
android:title="@string/haptic_feedback_enable_title"
android:summaryOn="@string/haptic_feedback_enable_summary_on"
android:summaryOff="@string/haptic_feedback_enable_summary_off"
android:dependency="silent"
android:order="11"
android:order="11"
android:defaultValue="true" />
<CheckBoxPreference