Question

I am fairly new to Android development. I am using Mono for Android for development. I was just going thru the documentation on Xamarian website but i did not find any reference for accessing Voice Mail folder on the device. So i did some more search found an article on Android Developer website for android:telephony API. Link to that article is: http://developer.android.com/reference/android/telephony/package-summary.html.

What i am wondering is if there is a way to access user's voice mail and retrieve all the voice mails. If someone has worked on similar thing or know a resource or two, please share.

Highly appreciate your help here.

Was it helpful?

Solution

I'm not entirely sure this is possible if the user is utilizing their carriers default voicemail service, since you would have to connect to their service and download information on each of the messages. There may be an api for Google Voice, which would enable you to do this for any users that own and use that service for voicemail.

EDIT: to answer your question more accurately, Voicemail isn't stored on the local device in most instances. Therefore you need to access the users voicemail service in order to gain information on their messages.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top