SubscriptionManager.PhoneNumberSourceUicc 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.
Caution
This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.
A source of phone number: the EF-MSISDN (see 3GPP TS 31.
[Android.Runtime.Register("PHONE_NUMBER_SOURCE_UICC", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.", true)]
public const Android.Telephony.PhoneNumberSource PhoneNumberSourceUicc = 1;
[<Android.Runtime.Register("PHONE_NUMBER_SOURCE_UICC", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.", true)>]
val mutable PhoneNumberSourceUicc : Android.Telephony.PhoneNumberSource
Field Value
Value = 1- Attributes
Remarks
A source of phone number: the EF-MSISDN (see 3GPP TS 31.102), or EF-MDN for CDMA (see 3GPP2 C.P0065-B), from UICC application.
The availability and a of the number depends on the carrier. The number may be updated by over-the-air update to UICC applications from the carrier, or by other means with physical access to the SIM.
Java documentation for android.telephony.SubscriptionManager.PHONE_NUMBER_SOURCE_UICC
.
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.