How to send the SMS more than 160 character?

后端 未结 4 1454
别跟我提以往
别跟我提以往 2020-11-28 06:26

How to send big SMS in android. I used :

SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(contactNos[j], null,msgs[i], sentPI, deliveredPI);
         


        
4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-28 06:59

    The emulator send the junk characters in that code during certain problem so use apk in real mobile , and check the code , I am sure that your application will not send junk message..All the best.

提交回复
热议问题