You can try this for destination number only: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(sms:1234567890)); startActivity(i);
On Oct 28, 6:04 am, HTP <[EMAIL PROTECTED]> wrote: > I'm looking for the same thing, but I just want to start the > built-inSMSapplication with a forwarded destionation number. > How do I do that? > > //HTP --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

