Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to send sms using Intent ?

    • 0
    • 4
    • 0
    • 1
    • 0
    • 0
    • 0
    • 1
    • 851
    Comment on it

    This video tutorial tells you about how to send SMS using android intent.
    For sending an SMS using Implicit Intent, call the intent like this:-
    // call Intent to send sms

    Intent intent = new Intent(Intent.ACTION_VIEW, Uri.fromParts("sms", "9897123456", null));
    intent.putExtra("sms_body", "Hello Dear...");
    startActivity(intent);
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: