Skip to content Skip to sidebar Skip to footer

Android Sms Not Working

Below is my code for sending a SMS message. My phone number is 614xxxxxxx. I try typing +1614xxxxxxx or 1614xxxxxxx or 614xxxxxxx for the number and some text for the message. No e

Solution 1:

The call you are making is right. Did you add the SEND_SMS permission? This must be done on the manifest. You can read a good tutorial here: http://www.tutorialspoint.com/android/android_sending_sms.htm

It also has an example

Post a Comment for "Android Sms Not Working"