SimPhonebookContract.SimRecords.RecordNumber Field

Definition

The 1-based offset of the record in the elementary file that contains it.

[Android.Runtime.Register("RECORD_NUMBER", ApiSince=31)]
public const string RecordNumber;
[<Android.Runtime.Register("RECORD_NUMBER", ApiSince=31)>]
val mutable RecordNumber : string

Field Value

Attributes

Remarks

The 1-based offset of the record in the elementary file that contains it.

This can be used to access individual SIM records by appending it to the elementary file URIs but it is not like a normal database ID because it is not auto-incrementing and it is not unique across SIM cards or elementary files. Hence, care should be taken when using it to ensure that it is applied to the correct SIM and EF.

Java documentation for android.provider.SimPhonebookContract.SimRecords.RECORD_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.

Applies to