hi..
what r d changes in d MANIFEST file while using WMA ? can we send d sms directly to a perticular phone no?in my application d message is sending to a perticular no.but its not reaching in that no.pls help me.
hi..
what r d changes in d MANIFEST file while using WMA ? can we send d sms directly to a perticular phone no?in my application d message is sending to a perticular no.but its not reaching in that no.pls help me.
For sending SMS, if your midlet is signed, you'll need to add this permission:
Anyway, a good article on WMA is here:Code:javax.wireless.messaging.sms.send
http://developers.sun.com/mobility/midp/articles/wma2/
Pit