Intent.ExtraPhoneNumber Field

Definition

A String holding the phone number originally entered in android.content.Intent#ACTION_NEW_OUTGOING_CALL, or the actual number to call in a android.content.Intent#ACTION_CALL.

[Android.Runtime.Register("EXTRA_PHONE_NUMBER")]
public const string ExtraPhoneNumber;
[<Android.Runtime.Register("EXTRA_PHONE_NUMBER")>]
val mutable ExtraPhoneNumber : string

Field Value

Implements

Attributes

Remarks

A String holding the phone number originally entered in android.content.Intent#ACTION_NEW_OUTGOING_CALL, or the actual number to call in a android.content.Intent#ACTION_CALL.

Java documentation for android.content.Intent.EXTRA_PHONE_NUMBER.

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