According to the docs, the following should work:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_DIAL);
intent.setData(Uri.parse("voicemail:"));
startActivity(intent);
But this just brings up the dialer without a number showing.
Anyone know how to launch the dialer with the voicemail number (or
otherwise lookup the voicemail number)?
Thanks :-)
Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---