91-9990449935 0120-4256464 |
How to send sms in androidWe can send sms in android via intent. You need to write only 4 lines of code the send sms in android. Example of sending sms in androidactivity_main.xmlDrag the 2 edittexts, 2 textviews and 1 button from the pallete, now the activity_main.xml file will like this: File: activity_main.xml
Write the permission code in Android-Manifest.xml fileYou need to write SEND_SMS permission as given below: File: Android-Manifest.xml
Activity classLet's write the code to make the phone call via intent. File: MainActivity.java
Install and Run the apk file on the Real Device (e.g. Mobile) to send the sms.Output: |