CarrierConfigManager.KeyDefaultVmNumberString Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number.
[Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_STRING", ApiSince=26)]
public const string KeyDefaultVmNumberString;
[<Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_STRING", ApiSince=26)>]
val mutable KeyDefaultVmNumberString : string
Field Value
- Attributes
Remarks
Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number. When empty string, no default voicemail number is specified.
Java documentation for android.telephony.CarrierConfigManager.KEY_DEFAULT_VM_NUMBER_STRING
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.