|
|
|
@ -686,6 +686,7 @@ public class AppMaster {
|
|
|
|
|
intent.putExtra("server", server);
|
|
|
|
|
intent.putExtra("port", port);
|
|
|
|
|
intent.putExtra("remotePort", remotePort);
|
|
|
|
|
intent.putExtra("proxyName", mService.getSerialNo());
|
|
|
|
|
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
|
|
|
|
context.startActivity(intent);
|
|
|
|
|
}
|
|
|
|
|