TelephonyManager.SetVoicemailVibrationEnabled Method
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.
Sets the per-account preference whether vibration is enabled for voicemail notifications.
[Android.Runtime.Register("setVoicemailVibrationEnabled", "(Landroid/telecom/PhoneAccountHandle;Z)V", "GetSetVoicemailVibrationEnabled_Landroid_telecom_PhoneAccountHandle_ZHandler", ApiSince=26)]
public virtual void SetVoicemailVibrationEnabled (Android.Telecom.PhoneAccountHandle? phoneAccountHandle, bool enabled);
[<Android.Runtime.Register("setVoicemailVibrationEnabled", "(Landroid/telecom/PhoneAccountHandle;Z)V", "GetSetVoicemailVibrationEnabled_Landroid_telecom_PhoneAccountHandle_ZHandler", ApiSince=26)>]
abstract member SetVoicemailVibrationEnabled : Android.Telecom.PhoneAccountHandle * bool -> unit
override this.SetVoicemailVibrationEnabled : Android.Telecom.PhoneAccountHandle * bool -> unit
Parameters
- phoneAccountHandle
- PhoneAccountHandle
The handle for the PhoneAccount
for which to set the
voicemail vibration setting.
- enabled
- Boolean
Whether to enable or disable vibration for voicemail notifications from a specific PhoneAccount.
- Attributes
Remarks
Sets the per-account preference whether vibration is enabled for voicemail notifications.
Requires that the calling app is the default dialer, or has carrier privileges (see #hasCarrierPrivileges
, or has permission android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE
.
This member is deprecated. Use android.provider.Settings#ACTION_CHANNEL_NOTIFICATION_SETTINGS
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.