isVoiceMailNumber: checks a given number against the voicemail
number provided by the RIL and SIM card.
Syntax
[Android.Runtime.Register("isVoiceMailNumber", "(Ljava/lang/String;)Z", "")] public static boolIsVoiceMailNumber (string number)
Parameters
number
the number to look up.
Returns
Documentation for this section has not yet been entered.
Remarks
isVoiceMailNumber: checks a given number against the voicemail
number provided by the RIL and SIM card. The caller must have
the READ_PHONE_STATE credential.