diff options
Diffstat (limited to 'androvdr/res/xml/preferences.xml')
-rw-r--r-- | androvdr/res/xml/preferences.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/androvdr/res/xml/preferences.xml b/androvdr/res/xml/preferences.xml index 6d69051..8a84449 100644 --- a/androvdr/res/xml/preferences.xml +++ b/androvdr/res/xml/preferences.xml @@ -50,10 +50,7 @@ android:title="@string/wakeup_enabled_title" android:summary="@string/wakeup_enabled_summary"/> - <CheckBoxPreference - android:key="@string/wakeup_svdrphelper_key" - android:title="@string/wakeup_svdrphelper_title" - android:summary="@string/wakeup_svdrphelper_summary"/> + <EditTextPreference android:key="@string/wakeup_url_key" |