Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dccda985 authored by Jim Miller's avatar Jim Miller
Browse files

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
parent 1247d192
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"