Fix 5444675: Don't show "Vibrate on touch" in password lock options

Don't show "Vibrate on touch" for password lock screen options because
vibrate is controlled by the IME setting in this case.

Change-Id: Idc8c73048a0c396037457638faed02331ed104f3
This commit is contained in:
Jim Miller
2011-10-12 17:46:17 -07:00
parent 1247d19204
commit dccda98567

View File

@@ -34,10 +34,6 @@
android:entryValues="@array/lock_after_timeout_values"
android:persistent="false"/>
<CheckBoxPreference
android:key="unlock_tactile_feedback"
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
<PreferenceScreen
android:fragment="com.android.settings.OwnerInfoSettings"
android:key="owner_info_settings"