Share via


CarrierConfigManager.KeyConfigTelephonyUseOwnNumberForVoicemailBool Field

Definition

Flag that specifies to use the user's own phone number as the voicemail number when there is no pre-loaded voicemail number on the SIM card.

[Android.Runtime.Register("KEY_CONFIG_TELEPHONY_USE_OWN_NUMBER_FOR_VOICEMAIL_BOOL", ApiSince=28)]
public const string KeyConfigTelephonyUseOwnNumberForVoicemailBool;
[<Android.Runtime.Register("KEY_CONFIG_TELEPHONY_USE_OWN_NUMBER_FOR_VOICEMAIL_BOOL", ApiSince=28)>]
val mutable KeyConfigTelephonyUseOwnNumberForVoicemailBool : string

Field Value

Attributes

Remarks

Flag that specifies to use the user's own phone number as the voicemail number when there is no pre-loaded voicemail number on the SIM card.

#KEY_DEFAULT_VM_NUMBER_STRING takes precedence over this flag.

If false, the system default (*86) will be used instead.

Java documentation for android.telephony.CarrierConfigManager.KEY_CONFIG_TELEPHONY_USE_OWN_NUMBER_FOR_VOICEMAIL_BOOL.

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