Share via


TelecomManager.ExtraUseAssistedDialing Field

Definition

The boolean indicated by this extra controls whether or not a call is eligible to undergo assisted dialing.

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

Field Value

Attributes

Remarks

The boolean indicated by this extra controls whether or not a call is eligible to undergo assisted dialing. This extra is stored under #EXTRA_OUTGOING_CALL_EXTRAS.

The call initiator can use this extra to indicate that a call used assisted dialing to help place the call. This is most commonly used by a Dialer app which provides the ability to automatically add dialing prefixes when placing international calls.

Setting this extra on the outgoing call extras will cause the Connection#PROPERTY_ASSISTED_DIALING property and Call.Details#PROPERTY_ASSISTED_DIALING property to be set on the Connection/Call in question. When the call is logged to the call log, the android.provider.CallLog.Calls#FEATURES_ASSISTED_DIALING_USED call feature is set to indicate that assisted dialing was used for the call.

Java documentation for android.telecom.TelecomManager.EXTRA_USE_ASSISTED_DIALING.

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