Hello,
My application is signed using a VeriSign Code signing certificate and requires the following permissions:
javax.microedition.io.Connector.http
javax.microedition.io.Connector.socket,
javax.microedition.io.Connector.file.read,
javax.microedition.io.Connector.file.write,
I have listed these permissions in my JAR and JAD file using the Application Descriptor, MIDlet-Permissions.
What I dont understand is that I still get prompts such as 'Allow Application ... to read user data' etc. Can I disable these during certain sections of code or altogether? Is there an application descriptor that disables these prompts?
I am using an E71, (S60 3ed FP1).
Thanks in advance.
Dharmesh

Reply With Quote

