I want to know does all unsigned MIDlets need confirmation to install, including MIDlets without calls to classes that need permitions? Of course I talk about MIDP2.
I want to know does all unsigned MIDlets need confirmation to install, including MIDlets without calls to classes that need permitions? Of course I talk about MIDP2.
yes all unsigned midlets need a permission..and that is something which is a security mechanism so that any malafide information that the midlet might contain becomes the responsibility of the user.
u need to understand it is a security check built in my J2ME to make sure that virus and other software bugs dont effect your mobile device.
ciao