blob: df05d681587d0674eba22263067d5c606fecffec [file] [log] [blame]
Alexandre Savard3bbb4792012-10-05 11:30:01 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Alexandre Savard <alexandre.savard@gmail.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<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
33 <CheckBoxPreference
34 android:id="@+id/account_creation_enabled"
35 android:key="AdvancedCheckboxPreference"
36 android:persistent="false"
37 android:defaultValue="enabled"
38 android:title="Account Enabled"
39 android:summary="Current value:: enabled"/>
40 <EditTextPreference
41 android:id="@+id/account_creation_alias"
42 android:key="AccountAlias"
43 android:persistent="false"
44 android:defaultValue=""
45 android:title="Alias"
46 android:summary="Current value:: "/>
47 <EditTextPreference
48 android:id="@+id/account_creation_username"
49 android:key="AccountUserName"
50 android:persistent="false"
51 android:defaultValue=""
52 android:title="Username"
53 android:summary="Current value:: "/>
54 <EditTextPreference
55 android:id="@+id/account_creation_hostname"
56 android:key="AccountHostname"
57 android:persistent="false"
58 android:defaultValue=""
59 android:title="Hostname"
60 android:summary="Current value:: "/>
61 <EditTextPreference
62 android:id="@+id/account_creation_password"
63 android:key="AccountPassword"
64 android:persistent="false"
65 android:defaultValue=""
66 android:title="Password"
67 android:summary="Current value:: "/>
68 <EditTextPreference
69 android:id="@+id/account_creation_routeset"
70 android:key="AccountRouteSet"
71 android:persistent="false"
72 android:defaultValue=""
73 android:title="Route Set"
74 android:summary="Current value:: "/>
75 <EditTextPreference
76 android:id="@+id/account_creation_realm"
77 android:key="AccountRealm"
78 android:persistent="false"
79 android:defaultValue="*"
80 android:title="Realm"
81 android:summary="Current value:: *"/>
82 <EditTextPreference
83 android:id="@+id/account_creation_useragent"
84 android:key="AccountUserAgent"
85 android:persistent="false"
86 android:defaultValue="SFLPhone"
87 android:title="User Agent"
88 android:summary="Current value:: SFLPhone"/>
89 <EditTextPreference
90 android:id="@+id/account_creation_autoanswer"
91 android:key="AccountAutoAnswer"
92 android:persistent="false"
93 android:defaultValue="disabled"
94 android:title="Auto Answer"
95 android:summary="Current value:: disabled"/>
96</PreferenceScreen>