diff options
Diffstat (limited to 'vdrmanager')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index 88c27d6..b0383de 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -43,6 +43,7 @@ android:title="@string/wakeup_user_title" android:summary="@string/wakeup_user_summary" android:dependency="@string/wakeup_enabled_key" /> <EditTextPreference android:key="@string/wakeup_password_key" + android:password="true" android:title="@string/wakeup_password_title" android:summary="@string/wakeup_password_summary" android:dependency="@string/wakeup_enabled_key" /> <EditTextPreference android:key="@string/wakeup_wol_mac_key" |