On Tue, Nov 16, 2010 at 6:27 AM, Rohith Nandakumar <[email protected]> wrote: > Thankyou, but that wasn't very nice. I want to the send the sms from a > homescreen widget.
Have your AppWidgetProvider use SmsManager to send the SMS. Or, have your AppWidgetProvider use an ACTION_SENDTO Intent to launch the user's choice of SMS client to send the SMS. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

