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 |
What is an adapter in android?
How could you show icon of an activity in manifest file?
Write code snippet to retrieve IMEI number of Android phone.
what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?
What is the purpose of android os?
What data types are supported by AIDL?
When you have two or more activities with the same intent filter action name, the android os will display a
How to set data for a spinner control?
How do you find any view element into your program in Android?
What is the architecture of android?
How do I remove sections from my favourites?
What are content providers?