Creating a SMS Application in Android?

后端 未结 4 1250
无人共我
无人共我 2020-12-23 23:37

I am creating an SMS Application to send and receive SMS.

I am able to send SMS using the following code:

SmsManager sms = SmsManager.getDefault();
         


        
4条回答
  •  攒了一身酷
    2020-12-24 00:26

    I don't think you can place sms in different inboxes and you don't listen to a port to get SMS you use a BroadcastReceiver.

    I would recommend you to go through the open source smspopup app to get a better idea of how things work for sms in general.

提交回复
热议问题