I'm trying to execute an SMS intent with a given phone number.  It
works fine with the built in text messaging app, but not with Google
Voice.  If I select to send using GV, the "to" box is left empty,
rather than populating it with the phone number given in the intent.
An example of the code I'm using for the intent is below.

Intent sms = new Intent(Intent.ACTION_VIEW, Uri.parse("sms:" +
contact.getPhone()));
startActivity(sms);

Am I doing something wrong with the intent?  Thanks in advance!

-- 
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