Hi,
I need to send the SMS without confirm alert. That means i want to send the hidden SMS from my application without user permission.
Is this possible?
Hi,
I need to send the SMS without confirm alert. That means i want to send the hidden SMS from my application without user permission.
Is this possible?
Bharath... :)
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
I need to send the SMS from my mobile application. for ex, i generate the access code based on installation date. And i need this access code by SMS. In this purpose, automatically send the SMS from my application without user permission. That means i want to send hidden SMS and main focus is user should not view that access code.
How its possible?
Last edited by bhakki; 2010-08-20 at 13:03.
Bharath... :)
Your use case will not work. The question will be asked even if the MIDlet is signed.
In a little more detail:
Even for signed MIDlets the default access right to Messaging APIs is not "Always Allowed", but something more restrictive (like "Ask once per session" or "Ask always"). If the "Always Allowed" option is available for the MIDlet (on some devices for signed MIDlets) the user has to manually change the setting. By default the question is asked always at least once. See some real life examples of API access rights on real phones in here
http://wiki.forum.nokia.com/index.ph...on_real_phones
Hartti
Its possible in Symbian or in J2me instead of SMS use HTTP/S connection to send this info to your server.I need to send the SMS from my mobile application. for ex, i generate the access code based on installation date. And i need this access code by SMS. In this purpose, automatically send the SMS from my application without user permission. That means i want to send hidden SMS and main focus is user should not view that access code.
How its possible?