blob: 949093d625447e3de5dfa8ace6b59029a4f453ae (
plain)
1
2
3
4
5
6
7
8
9
10
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 uses a TLS Server Certificate"
android:title="Except TLS Server" />
<CheckBoxPreference android:key="useTLSAuth"/>
</PreferenceScreen>
|