Java.lang Implementation; Java.lang Support; Code Sample 1 Java.lang Support - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

7

Java.lang Implementation

Java.lang Implementation

java.lang support

Motorola implementation for the java.lang.System.getProperty method will support
additional system properties beyond what is outlined in the JSR 118 specification and is
controlled by a flex bit. These additional system properties can only be accessed by
trusted MIDlets.
The additional system properties are as follows:
The Code Sample 1 shows java.lang support:
System.getProperty("phone.mcc")
System.getProperty("phone.mnc")
System.getProperty("phone.imei")
System.getProperty("phone.cid")
System.getProperty("phone.lai")
System.getProperty("phone.ta")
Cell ID: The current Cell ID of the device will be returned during implementation.
IMEI: The IMEI number of the device will be returned during implementation.

Code Sample 1 Java.lang support

7
29

Advertisement

Table of Contents
loading

Table of Contents