From 157dca131a514634251235dacc93c86d32ba4dee Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 7 Sep 2012 23:38:30 +0200 Subject: Add shell command --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 54eab980..38f8c473 100644 --- a/README.txt +++ b/README.txt @@ -31,4 +31,9 @@ public class StartOpenVPNActivity extends Activity { shortcutIntent.putExtra(EXTRA_NAME,"upb ssl"); startActivity(shortcutIntent); } -} \ No newline at end of file +} + +or from the shell: + +am start -a android.intent.action.MAIN -n de.blinkt.openvpn/.LaunchVPN -e de.blinkt.openvpn.shortcutProfileName Home + -- cgit v1.2.3