Reputation: 40356
How can I determine the phone's voicemail number in Android code?
Upvotes: 4
Views: 2408
Reputation: 2835
You can use getVoiceMailNumber() in the TelephonyManager class, please note that this may not work with all cell phone providers:
Upvotes: 4