summaryrefslogtreecommitdiff
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
commitcefb0c7e7b67730689d03138b40ed4b94fb5cd23 (patch)
treeecee622d3fc77ee27823e8c82f31e521fa7bd846
parent977b584773898d4564256c70a203e76a4f24dc22 (diff)
Add shell command
--HG-- extra : rebase_source : e12b613b8af3ee647070d67ada96553cbdb40b97
-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
+