On Tue, Nov 22, 2011 at 6:22 AM, Narendra Singh Rathore
<[email protected]> wrote:
> Can any one plz suggest me how to send sms and email using android app.
> any help will be appreciated.

Use ACTION_SEND and allow the user to choose how to send the message
and to edit its contents.

Or, use ACTION_SENDTO with smsto: or mailto: Uri values, if you have
the phone number or email address of the recipient, to force the user
to use those protocols.

Or, use SmsManager to send an SMS message. There is no equivalent of
this for email built into Android, though you could look at JavaMail
-- I understand that there is a version of this for Android floating
around somewhere.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.1
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to