Search code examples
androidvoicemail

How to determine the voicemail phone number in Android


How can I determine the phone's voicemail number in Android code?


Solution

  • You can use getVoiceMailNumber() in the TelephonyManager class, please note that this may not work with all cell phone providers:

    Android TelephonyManager