Android: Attempting to send an SMS via SmsManager redirects the message to the default app with no address

前端 未结 0 493
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-20 05:38

As per the tile, I use the following code:

SmsManager smsManager = SmsManager.getDefault();
smsManager.sendTextMessage(sms_receiver, null, sms_content, null,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题