diff options
author | Roman Birg <roman@cyngn.com> | 2015-02-19 15:20:23 -0800 |
---|---|---|
committer | LuK1337 <priv.luk@gmail.com> | 2015-12-11 22:39:35 +0100 |
commit | 32454d5f076511486cba7fa2bb4d8ab9aed3f966 (patch) | |
tree | ce8a1a78d76158290cabf28b7a68ad8d1e97569c /res/xml | |
parent | c342389b2d3df588ceec5d0e877096f29103ee65 (diff) | |
download | packages_apps_Settings-32454d5f076511486cba7fa2bb4d8ab9aed3f966.zip packages_apps_Settings-32454d5f076511486cba7fa2bb4d8ab9aed3f966.tar.gz packages_apps_Settings-32454d5f076511486cba7fa2bb4d8ab9aed3f966.tar.bz2 |
Settings: fix Vibrate on touch preference not working
It was moved out of Other sounds, and never got hooked back up.
Change-Id: Ibdc27be82d1fdad27e28d3dc20b245c6e81a125f
Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/sounds.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/res/xml/sounds.xml b/res/xml/sounds.xml index fe07526..3173347 100644 --- a/res/xml/sounds.xml +++ b/res/xml/sounds.xml @@ -97,12 +97,10 @@ android:persistent="false" /> <!-- Vibrate on touch --> - <SwitchPreference - android:key="vibrate_on_touch" + <com.android.settings.cyanogenmod.SystemSettingSwitchPreference + android:key="haptic_feedback_enabled" android:title="@string/vibrate_on_touch_title" - android:switchTextOff="" - android:switchTextOn="" - android:persistent="false" /> + android:defaultValue="true" /> <!-- CMHW vibration intensity --> <com.android.settings.hardware.VibratorIntensity |