diff options
Diffstat (limited to 'res/xml/vpn_authentification.xml')
| -rw-r--r-- | res/xml/vpn_authentification.xml | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index bd8d8ca5..79d69697 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -28,14 +28,20 @@              android:title="@string/tls_auth_file" />          <ListPreference +            android:dependency="useTLSAuth"              android:entries="@array/tls_directions_entries" -                    android:dependency="useTLSAuth" -                          android:entryValues="@array/tls_directions_values"              android:key="tls_direction"              android:persistent="false"              android:title="@string/tls_direction" />      </PreferenceCategory> -/> +    <PreferenceCategory android:title="@string/encryption" > +        <EditTextPreference +            android:dialogMessage="@string/chipher_dialog_message" +            android:dialogTitle="@string/cipher_dialog_title" +            android:key="cipher" +            android:persistent="false" +            android:title="Encryption cipher" /> +    </PreferenceCategory>  </PreferenceScreen>
\ No newline at end of file | 
