From bbf93681fe1383c06edc47c89b50d444df57e56b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 12 Aug 2012 18:52:38 +0200 Subject: Implement starting a VPN on boot. (closes issue #62) --- AndroidManifest.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 25c3fbdf..f63e6ffe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,8 +22,9 @@ - + + @@ -31,8 +32,9 @@ android:icon="@drawable/icon" android:label="@string/app" > - + @@ -53,8 +55,12 @@ + + + + + - @@ -63,19 +69,19 @@ + - - + + - - + @@ -84,7 +90,7 @@ android:pathPattern=".*\\.ovpn" android:scheme="content" /> - + -- cgit v1.2.3