smsmanager - SMS verification from application for android -


i have developed application want sms verification of user using application same number registering. right have released application india. need know whether need put country code if want go other countries. right able send sms users phone without country code. need country code send sms phone. have used following code send sms.

 smsmanager sms = smsmanager.getdefault();         string smstxt = "please enter " + string                 + " myapp verification.";         sms.sendtextmessage(phno2, null, smstxt, null, null); 

for above code haven't put country code. need country code.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -