CarrierConfigManager.KeyDefaultVmNumberRoamingAndImsUnregisteredString Field

Definition

Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number while the device is both roaming and not registered for IMS.

[Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_ROAMING_AND_IMS_UNREGISTERED_STRING", ApiSince=30)]
public const string KeyDefaultVmNumberRoamingAndImsUnregisteredString;
[<Android.Runtime.Register("KEY_DEFAULT_VM_NUMBER_ROAMING_AND_IMS_UNREGISTERED_STRING", ApiSince=30)>]
val mutable KeyDefaultVmNumberRoamingAndImsUnregisteredString : string

Field Value

Attributes

Remarks

Where there is no preloaded voicemail number on a SIM card, specifies the carrier's default voicemail number while the device is both roaming and not registered for IMS. When empty string, no default voicemail number is specified for roaming network and unregistered state in IMS.

Java documentation for android.telephony.CarrierConfigManager.KEY_DEFAULT_VM_NUMBER_ROAMING_AND_IMS_UNREGISTERED_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.

Applies to