blob: d170fc1464bdccbdfe63b1e10bbb854f12c0eeb0 [file] [log] [blame]
Alexandre Lisionc48c36a2013-11-12 16:26:10 -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 <PreferenceCategory
36 android:id="@+id/account_credentials_category"
37 android:title="Credentials" >
Alexandre Lision3b7148e2013-11-13 17:23:06 -050038 <Preference
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050039 android:id="@+id/account_credential_number"
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050040 android:key="Credential.count"
Alexandre Lision3b7148e2013-11-13 17:23:06 -050041 android:title="Credentials" >
42 </Preference>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050043 </PreferenceCategory>
44 <PreferenceCategory
45 android:id="@+id/account_security_category"
46 android:title="Security" >
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050047 <Preference
48 android:id="@+id/account_tls"
49 android:key="TLS.details"
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050050 android:persistent="false"
Alexandre Lisiona3650992013-11-13 14:19:35 -050051 android:title="TLS" />
Alexandre Lision76592472013-11-12 17:38:52 -050052
53 <ListPreference
54 android:id="@+id/account_srtp_enable"
Alexandre Lision3b7148e2013-11-13 17:23:06 -050055 android:entries="@array/srtp_entry"
56 android:entryValues="@array/srtp_entry_values"
Alexandre Lision76592472013-11-12 17:38:52 -050057 android:key="SRTP.enable"
58 android:persistent="false"
Alexandre Lision76592472013-11-12 17:38:52 -050059 android:title="SRTP Exchange" />
60
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050061 <Preference
Alexandre Lision76592472013-11-12 17:38:52 -050062 android:enabled="false"
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050063 android:key="SRTP.details"
Alexandre Lision76592472013-11-12 17:38:52 -050064 android:title="SRTP Preferences" >
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050065 </Preference>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050066 </PreferenceCategory>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050067
68</PreferenceScreen>