blob: 0ebcd88d5065f84913d0245ab691a8fdba0caf14 [file] [log] [blame]
Alexandre Lisiondd5d8de2013-11-18 16:26:14 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
4
5Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
31-->
32
33<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
34
35 <CheckBoxPreference
36 android:id="@+id/account_srtp_hello_hash"
37 android:defaultValue="disabled"
38 android:key="ZRTP.helloHashEnable"
39 android:persistent="false"
40 android:summaryOff="disabled"
41 android:summaryOn="enabled"
42 android:title="@string/account_hello_hash_enable_label" />
43 <CheckBoxPreference
44 android:id="@+id/account_srtp_display_sas"
45 android:defaultValue="false"
46 android:key="ZRTP.displaySAS"
47 android:persistent="false"
48 android:summaryOff="disabled"
49 android:summaryOn="enabled"
50 android:title="@string/account_display_sas_label" />
51 <CheckBoxPreference
52 android:id="@+id/account_srtp_supported_warning"
53 android:defaultValue="false"
54 android:key="ZRTP.notSuppWarning"
55 android:persistent="false"
56 android:summaryOff="disabled"
57 android:summaryOn="enabled"
58 android:title="@string/account_not_supported_warning_label" />
59 <CheckBoxPreference
60 android:id="@+id/account_srtp_displaysas_once"
61 android:defaultValue="false"
62 android:key="ZRTP.displaySasOnce"
63 android:persistent="false"
64 android:summaryOff="disabled"
65 android:summaryOn="enabled"
66 android:title="@string/account_display_sas_once_label" />
67
68</PreferenceScreen>