[android-developers] New Line in SMS

2010-11-15 Thread welly tambunan
Hi all, i'm trying to send 2 line of sms with this code String messageToSent = Some line\nAnother line; SmsManager sms = SmsManager.getDefault(); System.out.println(Sending SMS to: + phoneNumber + , message: + messageToSent);

Re: [android-developers] New Line in SMS

2010-11-15 Thread Marcin Orlowski
i'm trying to send 2 line of sms with this code String messageToSent = Some line\nAnother line; Blind guess - tried CR? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to