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.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml
deleted file mode 100644
index 73c1495..0000000
--- a/GNexusParts/res/xml/general_preferences.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- General settings -->
- <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>
-
-</PreferenceScreen>