summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
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>