diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-07 23:38:30 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-07 23:38:30 +0200 |
commit | 157dca131a514634251235dacc93c86d32ba4dee (patch) | |
tree | a44004e82d486484740762c2e724105d09b421f5 | |
parent | 926bf1850ece42cf8b89098c2d5da74f934929ea (diff) |
Add shell command
-rw-r--r-- | README.txt | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 + |