summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-01 12:08:50 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-01 12:08:50 +0200
commita7e5a8faad65d9cdc3eb3cf9373ba27e582ac793 (patch)
tree4f3993a6417a6626d6479c705b3d7d39912774e3 /AndroidManifest.xml
parent5435cd62e945a47f3a506acde2af3affe3c72790 (diff)
0.5.9 removed the configimporter activity from the manifest. Fix this.v0.5.9b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a2b458e..e601f11e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.blinkt.openvpn"
- android:versionCode="31"
- android:versionName="0.5.9" >
+ android:versionCode="33"
+ android:versionName="0.5.9b" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -53,6 +53,7 @@
</intent-filter>
</service>
+
<activity
android:name=".ConfigConverter"
android:label="Convert Config File" >
@@ -92,7 +93,7 @@
android:pathPattern=".*\\.ovpn"
android:scheme="file" />
</intent-filter>
- </activity>
+ </activity>
<activity
android:name=".LaunchVPN"
android:label="@string/vpn_launch_title" >