summaryrefslogtreecommitdiffstats
path: root/CrespoParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'CrespoParts/res/xml/general_preferences.xml')
-rw-r--r--CrespoParts/res/xml/general_preferences.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/CrespoParts/res/xml/general_preferences.xml b/CrespoParts/res/xml/general_preferences.xml
new file mode 100644
index 0000000..423f97b
--- /dev/null
+++ b/CrespoParts/res/xml/general_preferences.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <!-- General settings -->
+ <PreferenceCategory android:key="category_cpu"
+ android:title="@string/category_cpu_title">
+
+ <CheckBoxPreference android:key="deepidle"
+ android:title="@string/cpu_deepidle_title_head"
+ android:summary="@string/cpu_deepidle_summary_head" />
+
+ <PreferenceScreen android:key="deepidle_stats"
+ android:title="@string/label_deepidle_stats" />
+
+ </PreferenceCategory>
+
+ <!-- Touch key backlight timeout -->
+ <PreferenceCategory android:key="category_touchkey"
+ android:title="@string/category_touchkey_title">
+ <CheckBoxPreference android:key="touchkey_notification"
+ android:title="@string/touchkey_notification_title_head"
+ android:summary="@string/touchkey_notification_summary_head" />
+ </PreferenceCategory>
+
+</PreferenceScreen>