Move lockscreen to using haptic feedback setting.
This removes lockscreen-specific "Vibrate on touch" setting, and changes it to use the haptic feedback setting instead. Bug: 7318772 Change-Id: Id6931903b3ebeca6aeacef9b127490a381cd40b4
This commit is contained in:
@@ -51,10 +51,6 @@
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="choose_lockscreen_status_widget"
|
||||
android:title="@string/choose_lockscreen_status_widget_picker_title"
|
||||
|
||||
@@ -42,10 +42,6 @@
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="choose_lockscreen_status_widget"
|
||||
android:title="@string/choose_lockscreen_status_widget_picker_title"
|
||||
|
||||
@@ -38,10 +38,6 @@
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="choose_lockscreen_status_widget"
|
||||
android:title="@string/choose_lockscreen_status_widget_picker_title"
|
||||
|
||||
Reference in New Issue
Block a user