Since: API level 2
public class

SimInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.deviceinfo.SimInfo

Class Overview

This class contains information on the SIM card.

Since
API level 2
MDM 2.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String countryIso ISO country code equivalent for the SIM provider country code
public String operator MCC+MNC of the SIM card provider
public String operatorName Service provider name
public String phoneNumber SIM phone number.
public String serialNumber SIM serial number.
Public Constructors
SimInfo()
Default Constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String countryIso

Since: API level 2

ISO country code equivalent for the SIM provider country code

Since
API level 2
MDM 2.0

public String operator

Since: API level 2

MCC+MNC of the SIM card provider

Since
API level 2
MDM 2.0

public String operatorName

Since: API level 2

Service provider name

Since
API level 2
MDM 2.0

public String phoneNumber

Since: API level 2

SIM phone number.

Since
API level 2
MDM 2.0

public String serialNumber

Since: API level 2

SIM serial number.

Since
API level 2
MDM 2.0

Public Constructors

public SimInfo ()

Since: API level 2

Default Constructor

Since
API level 2
MDM 2.0