Reputation: 9265
Is it possible to retrieve voicemails from Android phone programmatically and forward them? Does the Android API allow one to do so?
Upvotes: 0
Views: 1246
Reputation: 137527
No. Most voicemail is accessed by dialing a number, and entering a passcode. You would have to programatically do all that via a phone call.
Upvotes: 2