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 | cefb0c7e7b67730689d03138b40ed4b94fb5cd23 (patch) | |
tree | ecee622d3fc77ee27823e8c82f31e521fa7bd846 /README.txt | |
parent | 977b584773898d4564256c70a203e76a4f24dc22 (diff) |
Add shell command
--HG--
extra : rebase_source : e12b613b8af3ee647070d67ada96553cbdb40b97
Diffstat (limited to 'README.txt')
-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 + |