MEEP 1.9950 (b67)
JCP EG draft 10-February-2014 08:45

Package javax.microedition.cellular

[OPTIONAL] Provides classes to obtain information about cellular networks the device is registered on.

See: Description

Package javax.microedition.cellular Description

[OPTIONAL] Provides classes to obtain information about cellular networks the device is registered on.

The Subscriber class represents cellular network's subscriber identity, like SIM, R-UIM, CSIM. This class provides methods to obtain subscriber identifiers (e.g. phone number, IMSI, etc.) and subscriber's operator identifiers (e.g. operator name, MCC, MNC codes). The CellularNetwork class represents 3GPP or CDMA network the device is registered on. It provides information about network type, state, subscriber and identifiers which depends on the network type. User sensitive information in this package is protected by the CellularPermission class.

Some code examples are given below.

Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package MUST cause a java.lang.NullPointerException to be thrown.

Since:
MEEP-8.0.0
MEEP 1.9950 (b67)
10-February-2014 08:45

Copyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.