summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/sensors_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DeviceSettings/res/xml/sensors_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/sensors_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/DeviceSettings/res/xml/sensors_preferences.xml b/DeviceSettings/res/xml/sensors_preferences.xml
index 9029a62..497587d 100644
--- a/DeviceSettings/res/xml/sensors_preferences.xml
+++ b/DeviceSettings/res/xml/sensors_preferences.xml
@@ -24,6 +24,15 @@
android:key="touchkey_light"
android:title="@string/touchkey_light_title_head"
android:summary="@string/touchkey_light_summary_head"
+ android:defaultValue="true"
+ />
+ <com.cyanogenmod.settings.device.TouchkeyTimeout
+ android:key="touchkey_timeout"
+ android:title="@string/touchkey_timeout_title_head"
+ android:summary="@string/touchkey_timeout_summary_head"
+ android:entries="@array/touchkey_timeout_entries"
+ android:entryValues="@array/touchkey_timeout_entries_values"
+ android:defaultValue="3"
/>
</PreferenceCategory>
</PreferenceScreen>