AliSherKashif / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

SendSMS not working on WP7 #380

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SendSMS not working on WP7.

When looking in the source code it seems, that SendSMS is missing in the WP7 
port. I did find it in Android and ios port...

It seems quite "easy" to fix the problem:
SmsComposeTask smsComposeTask = new SmsComposeTask();
smsComposeTask.To = "12345678";
smsComposeTask.Body = "theText;
smsComposeTask.Show();

Original issue reported on code.google.com by bitprogr...@gmail.com on 2 Nov 2012 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by shai.almog on 4 Nov 2012 at 7:33