Explain the sending sms in android?



Explain the sending sms in android?..

Answer / Chaman Singh Negi

Sending an SMS in Android can be done using the SmsManager class. You need to create a PendingIntent for the broadcast receiver, create a message using the SmsManager's sendTextMessage() method, and set the sender and recipient numbers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is an adapter in android?

1 Answers  


How could you show icon of an activity in manifest file?

1 Answers  


Write code snippet to retrieve IMEI number of Android phone.

1 Answers   HCL,


what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?

1 Answers  


What is the purpose of android os?

1 Answers  


 What data types are supported by AIDL?

1 Answers  


When you have two or more activities with the same intent filter action name, the android os will display a

1 Answers  


How to set data for a spinner control?

1 Answers  


How do you find any view element into your program in Android?

1 Answers   Winsol Solutions,


What is the architecture of android?

1 Answers  


How do I remove sections from my favourites?

1 Answers  


What are content providers?

1 Answers  


Categories