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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -