1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 Copyright (C)
2012 Tobias Brunner
4 Copyright (C)
2012 Giuliano Grassi
5 Copyright (C)
2012 Ralf Sager
6 Hochschule fuer Technik Rapperswil
8 This program is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version
2 of the License, or (at your
11 option) any later version. See
<http://www.fsf.org/copyleft/gpl.txt
>.
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 <manifest xmlns:
android=
"http://schemas.android.com/apk/res/android"
19 package=
"org.strongswan.android"
20 android:
versionCode=
"1"
21 android:
versionName=
"1.0" >
23 <uses-sdk android:
minSdkVersion=
"14" />
25 <uses-permission android:
name=
"android.permission.INTERNET" />
28 android:
icon=
"@drawable/ic_launcher"
29 android:
label=
"@string/app_name"
30 android:
theme=
"@style/ApplicationTheme" >
32 android:
name=
".ui.MainActivity"
33 android:
label=
"@string/main_activity_name"
34 android:
launchMode=
"singleTop" >
36 <action android:
name=
"android.intent.action.MAIN" />
38 <category android:
name=
"android.intent.category.LAUNCHER" />
42 android:
name=
".ui.VpnProfileDetailActivity" >
45 android:
name=
".ui.LogActivity"
46 android:
label=
"@string/log_title" >
50 android:
name=
".logic.VpnStateService"
51 android:
exported=
"false" >
54 android:
name=
".logic.CharonVpnService"
55 android:
exported=
"false"
56 android:
permission=
"android.permission.BIND_VPN_SERVICE" >
58 <action android:
name=
"org.strongswan.android.logic.CharonVpnService" />
63 android:
name=
".data.LogContentProvider"
64 android:
authorities=
"org.strongswan.android.content.log" >