From 12de321bdd1e6b19dba35b03771f550ce2ddd31c Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 30 Jan 2013 22:56:59 -0700 Subject: Switch the Launcher Activity, resolves #1526 --- AndroidManifest.xml | 18 +++++++++++------- README.txt | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b4df9219..7162576a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -53,12 +53,6 @@ - - - - - - + + + + + + + + - + \ No newline at end of file diff --git a/README.txt b/README.txt index 17b9f50a..f6690f5a 100644 --- a/README.txt +++ b/README.txt @@ -39,5 +39,5 @@ public class StartOpenVPNActivity extends Activity { or from the shell: -am start -a android.intent.action.MAIN -n se.leap.openvpn/.LaunchVPN -e se.leap.openvpn.shortcutProfileName Home +am start -a android.intent.action.VPNLEGACY -n se.leap.openvpn/.LaunchVPN -e se.leap.openvpn.shortcutProfileName Home -- cgit v1.2.3