summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-06-03 09:20:30 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-06-03 09:20:30 +0200
commit859272f04cf5a5cec6fd8d2c857f606ca2fcb6a2 (patch)
tree9dd1db55142ca29b40e6ca4d07a44e827744eced /GNexusParts/res/xml/general_preferences.xml
parent4e37f92683c109bdd9db3398ee6433efb778ad02 (diff)
downloaddevice_samsung_tuna-859272f04cf5a5cec6fd8d2c857f606ca2fcb6a2.zip
device_samsung_tuna-859272f04cf5a5cec6fd8d2c857f606ca2fcb6a2.tar.gz
device_samsung_tuna-859272f04cf5a5cec6fd8d2c857f606ca2fcb6a2.tar.bz2
Add controls for vibrator force
patch2: Correct caps typos and gramatical errors Change-Id: I3fe3d626ef4194b0385d7ea97b17fac88e17811b
Diffstat (limited to 'GNexusParts/res/xml/general_preferences.xml')
-rw-r--r--GNexusParts/res/xml/general_preferences.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml
index fc07c42..73c1495 100644
--- a/GNexusParts/res/xml/general_preferences.xml
+++ b/GNexusParts/res/xml/general_preferences.xml
@@ -2,8 +2,14 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!-- General settings -->
- <PreferenceCategory android:key="category_cpu"
- android:title="@string/category_cpu_title">
+ <PreferenceCategory android:key="category_hardware"
+ android:title="@string/category_hardware_title">
+ <com.cyanogenmod.settings.device.VibratorTuningPreference
+ android:key="vibrator_tuning"
+ android:title="@string/vibrator_tuning_title_head"
+ android:summary="@string/vibrator_tuning_summary_head"
+ />
+
</PreferenceCategory>