CarrierConfigManager.KeyConfigTelephonyUseOwnNumberForVoicemailBool 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.
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.
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.