Telephony.Carriers.MvnoType 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.
MVNO type:
SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1)
.
[Android.Runtime.Register("MVNO_TYPE")]
public const string MvnoType;
[<Android.Runtime.Register("MVNO_TYPE")>]
val mutable MvnoType : string
Field Value
- Attributes
Remarks
MVNO type: SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1)
.
Type: TEXT
This member is deprecated. Use #SIM_APN_URI
to query APN instead, this API will return matching APNs based on current subscription carrier, thus no need to specify MVNO_TYPE and other carrier matching information. In the future, Android will not support MVNO_TYPE for APN query.
Java documentation for android.provider.Telephony.Carriers.MVNO_TYPE
.
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.