Hi,
I developed a MIDlet and signed it by VeriSign. The MIDlet is
installed in the trusted 3rd party domain. I modify the security setting to make the security prompt not appear when access network.
But it's strange that midlet.checkPermission("javax.microedition.io.Connector.http") always return -1 instead of 1. According to MIDP 2 spec., checkPermission() must return 1 if the permission is allowed. It works in SonyEricsson handset.
I already add attibute MIDlet-Permissions: javax.microedition.io.Connector.http in JAD
BTW, I test N73 and N76 and get the same result.
Simon![]()

Reply With Quote


