frp传递代理名称

hdrplus
Matthew 11 months ago
parent ac9bdf3716
commit 4e3e556857

@ -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);
}

Loading…
Cancel
Save