summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-09-07 23:38:30 +0200
committerArne Schwabe <arne@rfc2549.org>2012-09-07 23:38:30 +0200
commit157dca131a514634251235dacc93c86d32ba4dee (patch)
treea44004e82d486484740762c2e724105d09b421f5 /README.txt
parent926bf1850ece42cf8b89098c2d5da74f934929ea (diff)
Add shell command
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 6 insertions, 1 deletions
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
+