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.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/DeviceSettings/res/xml/sensors_preferences.xml b/DeviceSettings/res/xml/sensors_preferences.xml
index 497587d..bdce970 100644
--- a/DeviceSettings/res/xml/sensors_preferences.xml
+++ b/DeviceSettings/res/xml/sensors_preferences.xml
@@ -16,24 +16,5 @@
android:summary="@string/calibrate_gyro_summary_head"
/>
</PreferenceCategory>
-
- <PreferenceCategory
- android:title="@string/touchkey_subcat_title">
- <!-- Touchkey backlight -->
- <CheckBoxPreference
- 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>