OSDN Git Service

Fix 5444675: Don't show "Vibrate on touch" in password lock options
authorJim Miller <jaggies@google.com>
Thu, 13 Oct 2011 00:46:17 +0000 (17:46 -0700)
committerJim Miller <jaggies@google.com>
Thu, 13 Oct 2011 00:46:17 +0000 (17:46 -0700)
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

res/xml/security_settings_password.xml

index 936f181..9ddc18e 100644 (file)
             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"