adspace
Explain how to use built-in messaging within the application?
Answer Posted / Updesh Kumar
To use the built-in messaging functionality in Android, you can create a new Intent with ACTION_SEND action and set the type as text/plain. Then, specify the Uri of the message (either from the user's contacts or a custom message) using the putExtra() method. Finally, startActivityForResult() to launch the default messaging app.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers