diff options
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml')
| -rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml index efd13f8..b221b3f 100644 --- a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml @@ -32,6 +32,15 @@ android:enabled="true" android:summary="@string/vdr_ssl_summary" android:title="@string/vdr_ssl_title" /> + + <ListPreference + android:entries="@array/vdr_ip46_mode" + android:entryValues="@array/vdr_ip46_mode_values" + android:defaultValue="ip4_only" + android:key="vdr_ip46_mode" + android:title="@string/vdr_ip46_mode_title" + android:summary="@string/vdr_ip46_mode_summary"/> + </PreferenceCategory> <PreferenceCategory android:key="filter_preferences" |
