Telephony.ServiceStateTable.VoiceOperatorNumeric 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.
The current registered operator numeric id.
[Android.Runtime.Register("VOICE_OPERATOR_NUMERIC", ApiSince=26)]
public const string VoiceOperatorNumeric;
[<Android.Runtime.Register("VOICE_OPERATOR_NUMERIC", ApiSince=26)>]
val mutable VoiceOperatorNumeric : string
Field Value
- Attributes
Remarks
The current registered operator numeric id.
In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit network code.
This is the same as ServiceState#getOperatorNumeric()
.
Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_OPERATOR_NUMERIC
.
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.