adspace
Answer Posted / Deepika Kishore
To send an SMS in Android, you can use the SmsManager class. First, get an instance of the SmsManager for the default SMS app using getDefault() method. Then, create a PendingIntent for the BroadcastReceiver that handles the sent message and pass it to the sendTextMessage() method along with the recipient number and the message text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers