summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml
diff options
context:
space:
mode:
authorSam Mortimer <sam@mortimer.me.uk>2012-06-28 21:58:22 -0700
committerAndrew Dodd <atd7@cornell.edu>2012-07-07 11:34:13 -0400
commit3f7b71553971be861faf7d486735c4a8cc4f7854 (patch)
tree8c9764ea24413cfbdc0cdf260f6169a98f86029a /DeviceSettings/res/xml
parent44f182eecda0fc1e2f9bd387efe86f116664e860 (diff)
downloaddevice_samsung_n7000-3f7b71553971be861faf7d486735c4a8cc4f7854.zip
device_samsung_n7000-3f7b71553971be861faf7d486735c4a8cc4f7854.tar.gz
device_samsung_n7000-3f7b71553971be861faf7d486735c4a8cc4f7854.tar.bz2
n7000: configurable touchkey backlight timeout (2/2)
requires smdk4210 kernel change: http://review.cyanogenmod.com/#/c/18357/ Patch applied with conflict resolution to N7000 tree. Change-Id: Icd4bd6749886ef1eaf7f4527bf7052a18b549868
Diffstat (limited to 'DeviceSettings/res/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>