Hi
i am working on a midlet application, on executing the following line of code:
messconn = (MessageConnection)Connector.open("sms://:"+Integer.toString(sms_port));
i get the following security question:
is it OK to communicate via messages?
how could i make it not to appear, if there is a way at all?
thanks in advance
