Telephony.Carriers.MvnoMatchData 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 data.
[Android.Runtime.Register("MVNO_MATCH_DATA")]
public const string MvnoMatchData;
[<Android.Runtime.Register("MVNO_MATCH_DATA")>]
val mutable MvnoMatchData : string
Field Value
- Attributes
Remarks
MVNO data. Use the following examples. <ul> <li>SPN: A MOBILE, BEN NL, ...</li> <li>IMSI: 302720x94, 2060188, ...</li> <li>GID: 4E, 33, ...</li> </ul>
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_MATCH_DATA and other carrier matching information. In the future, Android will not support MVNO_MATCH_DATA for APN query.
Java documentation for android.provider.Telephony.Carriers.MVNO_MATCH_DATA
.
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.