SimPhonebookContract.SimRecords.PhoneNumber 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 phone number for this record.
[Android.Runtime.Register("PHONE_NUMBER", ApiSince=31)]
public const string PhoneNumber;
[<Android.Runtime.Register("PHONE_NUMBER", ApiSince=31)>]
val mutable PhoneNumber : string
Field Value
- Attributes
Remarks
The phone number for this record.
Only dialable characters are supported.
An IllegalArgumentException
will be thrown by insert and update if this exceeds the maximum supported length or contains unsupported characters.
Java documentation for android.provider.SimPhonebookContract.SimRecords.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.