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
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 12:00:39 -0600
commitc9f4d00574a051fa48337179c5cd6b71dd74163f (patch)
treee2ac865e0c63654fb6069808510131f0d14d1e04 /GNexusParts/res/xml/general_preferences.xml
parent024c51d28614e49ff8b234e56b8d15c113e4d0ad (diff)
downloaddevice_samsung_tuna-c9f4d00574a051fa48337179c5cd6b71dd74163f.zip
device_samsung_tuna-c9f4d00574a051fa48337179c5cd6b71dd74163f.tar.gz
device_samsung_tuna-c9f4d00574a051fa48337179c5cd6b71dd74163f.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>