sms - Blackberry 8520 message field comes blank -


in 1 of application need share link via sms. using blackberry os 5.0. here code sharing message via sms.

messageconnection mc = null; try {    mc = (messageconnection) connector.open("sms://"); } catch (ioexception e) {    e.printstacktrace(); }  textmessage textmessage = (textmessage) mc.newmessage(messageconnection.text_message); textmessage.setaddress("sms://"); system.out.println("======1===="); textmessage.setpayloadtext("afasdfadsfsdaf"); invoke.invokeapplication(invoke.app_type_messages,                          new messagearguments(textmessage)); 

in case of 9810 shows message box text. following image. in case of 9810 image

i using same code 8520. image follows:- in case of 8520 not shows text

please me out whether feasible, if not please share me specific link feature not feasible.

thanks


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -