From 3eca5f7e424f6b1989e3245567bcdd034a80c92d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 22 Mar 2018 13:51:07 +0100 Subject: Implement also Connect for the Remote API --- doc/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/README.txt b/doc/README.txt index 736e368b..f629cc72 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -73,10 +73,10 @@ A: public class StartOpenVPNActivity extends Activity { super.onCreate(savedInstanceState); setContentView(R.layout.main); - final String EXTRA_NAME = "de.blinkt.openvpn.shortcutProfileName"; + final String EXTRA_NAME = "de.blinkt.openvpn.api.profileName"; Intent shortcutIntent = new Intent(Intent.ACTION_MAIN); - shortcutIntent.setClassName("de.blinkt.openvpn", "de.blinkt.openvpn.LaunchVPN"); + shortcutIntent.setClassName("de.blinkt.openvpn", "de.blinkt.openvpn.api.ConnectVPN"); shortcutIntent.putExtra(EXTRA_NAME,"upb ssl"); startActivity(shortcutIntent); } -- cgit v1.2.3