How to make my MIDlet to send SMS without asking user permission each time

Hello !

I am stuck with something. I am developing an application for Nokia 3230 smartphone with J2ME WMA APIs that automatically sends an SMS to a predefined number. But the problem is everytime the application tries to send an SMS it asks for user permission. I want this question to popup only once or better, not at all. Is there any other way or how do I fix this. Please Help!

[395 byte] By [prashanthkra] at [2007-11-26 17:39:11]
# 1
Higo to edit->preferences.select security in the option. in that set the security domain to maximum.
thelastdona at 2007-7-9 0:07:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Most phones don't allow you to change the security settings to allow automatic messaging.

Many don't even allow you to specify 'ask once only' for a specific app. Signing your application makes little difference concerning sms sending, on some devices it may allow the 'ask once only' option but automatic sms won't be an option.

DAN

Danford666a at 2007-7-9 0:07:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...