开发者

Is it possible to set the VoiceMailNumber?

It is possible to read the voice mail开发者_运维百科 number by using this: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getVoiceMailNumber()

But is it possible to set it yourself?

Thanks in advance!


Not without some extended hacking. It's definitely not something that Android wants you to be able to set. If I were dead set on trying, I would start by looking at com.android.internal.telephony.PhoneFactory.getDefaultPhone(); and com.android.internal.telephony.Phone.setVoiceMailNumber and trying to invoke them through reflection. It's not something that I recommend bothering trying to do really.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜