diff options
| -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 + | 
