How to determine the voicemail phone number in Android

前端 未结 2 1755
一个人的身影
一个人的身影 2021-01-13 22:24

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

相关标签:
2条回答
  • 2021-01-13 22:30

    Call getVoiceMailNumber() on the TelephonyManager.

    0 讨论(0)
  • 2021-01-13 22:56

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

    Android TelephonyManager

    0 讨论(0)
提交回复
热议问题