This is simple code send SMS.
47: SmsManager sms = SmsManager.getDefault(); 48: sms.sendTextMessage(\"12345678901\", null, \"hello!\", null, null); >
47: SmsManager sms = SmsManager.getDefault(); 48: sms.sendTextMessage(\"12345678901\", null, \"hello!\", null, null);
I had this problem when using special characters in the SMS Message. Changing to normal english characters worked for me.