다음을 통해 공유


TelephonyManager.VoiceMailAlphaTag Property

Definition

Enables the visual voicemail SMS filter for a phone account.

public virtual string? VoiceMailAlphaTag { [Android.Runtime.Register("getVoiceMailAlphaTag", "()Ljava/lang/String;", "GetGetVoiceMailAlphaTagHandler")] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getVoiceMailAlphaTag", "()Ljava/lang/String;", "GetGetVoiceMailAlphaTagHandler")>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.VoiceMailAlphaTag : string

Property Value

Attributes

Remarks

Enables the visual voicemail SMS filter for a phone account. When the filter is enabled, Incoming SMS messages matching the OMTP VVM SMS interface will be redirected to the visual voicemail client with android.provider.VoicemailContract.ACTION_VOICEMAIL_SMS_RECEIVED.

This takes effect only when the caller is the default dialer. The enabled status and settings persist through default dialer changes, but the filter will only honor the setting set by the current default dialer.

Java documentation for android.telephony.TelephonyManager.getVoiceMailAlphaTag().

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