diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-02-07 21:52:40 -0500 |
---|---|---|
committer | Robert Burns <burnsra@gmail.com> | 2012-02-09 21:32:48 -0500 |
commit | e66f2a6b6cb604cfa37cfdf6e387417df6f2a7b5 (patch) | |
tree | 75463b00e72906f07be2556910e252c9bb203a15 /CrespoParts/res | |
parent | 981b14fd4afc0b9151bb5c781aa8b4d93ad95fb6 (diff) | |
download | device_samsung_crespo-e66f2a6b6cb604cfa37cfdf6e387417df6f2a7b5.zip device_samsung_crespo-e66f2a6b6cb604cfa37cfdf6e387417df6f2a7b5.tar.gz device_samsung_crespo-e66f2a6b6cb604cfa37cfdf6e387417df6f2a7b5.tar.bz2 |
Remove obsolete BLN preferences
Diffstat (limited to 'CrespoParts/res')
-rw-r--r-- | CrespoParts/res/values/strings.xml | 4 | ||||
-rw-r--r-- | CrespoParts/res/xml/general_preferences.xml | 16 | ||||
-rwxr-xr-x | CrespoParts/res/xml/touch_preferences.xml | 21 |
3 files changed, 0 insertions, 41 deletions
diff --git a/CrespoParts/res/values/strings.xml b/CrespoParts/res/values/strings.xml index 74793bc..42f2dbc 100644 --- a/CrespoParts/res/values/strings.xml +++ b/CrespoParts/res/values/strings.xml @@ -22,10 +22,6 @@ <string name="category_touchkey_title">Touch Keys</string> <string name="touchkey_notification_title_head">Backlight Notifications</string> <string name="touchkey_notification_summary_head">The touch key backlights will turn on when there is a notification.</string> - <string name="backlight_timeout_title_head">Backlight Timeout</string> - <string name="backlight_timeout_summary_head">Adjust the delay before the touch key backlight automatically turns off</string> - <string name="blink_timeout_title_head">Blink Timeout</string> - <string name="blink_timeout_summary_head">Adjust the delay before the touch key blink backlight automatically turns off after a notification</string> <string name="category_radio_title">Radio</string> <string name="hspa_title_head">HSPA</string> diff --git a/CrespoParts/res/xml/general_preferences.xml b/CrespoParts/res/xml/general_preferences.xml index 173d7eb..82c8956 100644 --- a/CrespoParts/res/xml/general_preferences.xml +++ b/CrespoParts/res/xml/general_preferences.xml @@ -16,22 +16,6 @@ <CheckBoxPreference android:key="touchkey_notification" android:title="@string/touchkey_notification_title_head" android:summary="@string/touchkey_notification_summary_head" /> - <ListPreference - android:key="backlight_timeout" - android:title="@string/backlight_timeout_title_head" - android:summary="@string/backlight_timeout_summary_head" - android:entries="@array/backlight_timeout_entries" - android:entryValues="@array/backlight_timeout_entries_values" - android:defaultValue="5" - android:dependency="touchkey_notification" /> - <ListPreference - android:key="blink_timeout" - android:title="@string/blink_timeout_title_head" - android:summary="@string/blink_timeout_summary_head" - android:entries="@array/blink_timeout_entries" - android:entryValues="@array/blink_timeout_entries_values" - android:defaultValue="5" - android:dependency="touchkey_notification" /> </PreferenceCategory> </PreferenceScreen> diff --git a/CrespoParts/res/xml/touch_preferences.xml b/CrespoParts/res/xml/touch_preferences.xml deleted file mode 100755 index 21f2e16..0000000 --- a/CrespoParts/res/xml/touch_preferences.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/app_name"> - - <!-- Touch key backlight timeout --> - <ListPreference - android:key="backlight_timeout" - android:title="@string/backlight_timeout_title_head" - android:summary="@string/backlight_timeout_summary_head" - android:entries="@array/backlight_timeout_entries" - android:entryValues="@array/backlight_timeout_entries_values" - android:defaultValue="5" /> - <ListPreference - android:key="blink_timeout" - android:title="@string/blink_timeout_title_head" - android:summary="@string/blink_timeout_summary_head" - android:entries="@array/blink_timeout_entries" - android:entryValues="@array/blink_timeout_entries_values" - android:defaultValue="5" /> - -</PreferenceScreen> |