Hi,
can I somehow set default values for the security settings, e.g. always allow connections?
The MIDlet-Permission attribute is set and the midlet is signed.
Marco
Hi,
can I somehow set default values for the security settings, e.g. always allow connections?
The MIDlet-Permission attribute is set and the midlet is signed.
Marco
You can't set it yourself (that is from within the MIDlet).
If the MIDlet asks for permissions and is properly signed then it gives the user the option to set it to always allow connections (if it's not signed he will only be able to use the "Ask once" setting).
shmoove
On Siemens devices the user has the possibility to change the setting from within the midlet. He is asked if he want's to allow a connection and he can choose if he wants to allow it once, allow it for the current session or always.
On Nokia devices the user has to change the settings in the program manager or somewhere else and he has no possibility to change something in the midlet.
And our customers call us, because they always have to allow the access to the file system (e.g. on Nokia 6230i) and they don't know how to change the settings because they don't RTFM.