Hi,
i want to invoke native sms app from my midlet.can anyone suggest me a method for that.
i find my req in gmail-mobile software but i couldnt make out that.
dhanya
Hi,
i want to invoke native sms app from my midlet.can anyone suggest me a method for that.
i find my req in gmail-mobile software but i couldnt make out that.
dhanya
Midlets can launch only browser or telephony application with platformRequest(). On Symbian you might be able to create a workaround with midpjni (http://midpjni.com). Also some non-Nokia devices can have proprietary extension available for this.
Hartti
Or (depending what your real objective is) would something like JSR-120 or JSR-205 support be sufficient?
http://www.jcp.org/en/jsr/detail?id=120
http://www.jcp.org/en/jsr/detail?id=205