diff options
Diffstat (limited to 'res/xml/vpn_authentification.xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml new file mode 100644 index 00000000..11ea3abe --- /dev/null +++ b/res/xml/vpn_authentification.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > + + <CheckBoxPreference + android:key="remoteServerTLS" + android:summary="Checks whether the server use a TLS Server Certificate" + android:title="Except TLS Server" /> + + <de.blinkt.openvpn.VPNConfigPreference + android:title="Whaaaaats UUUUuuuuup?" /> +</PreferenceScreen>
\ No newline at end of file |