Added interface android.os.Parcelable
.
Removed Methods
|
void requestStateUpdate()
|
Force update of LAC and CID in ServiceState to indicate phone location. |
Changed Methods
|
int getState()
|
Change in return type from State to int .
|
Get current servcie state of phone
|
Removed Fields
|
int mCid
|
|
boolean mIsManualNetworkSelection
|
|
int mLac
|
|
String mOperatorAlphaLong
|
|
String mOperatorAlphaShort
|
|
String mOperatorNumeric
|
|
Phone mPhone
|
|
boolean mRoaming
|
|
State mState
|
|
Added Fields
|
Creator<ServiceState> CREATOR
|
|
int STATE_EMERGENCY_ONLY
|
The phone is registered and locked. |
int STATE_IN_SERVICE
|
Normal operation condition, the phone is registered
with an operator either in home network or in roaming. |
int STATE_OUT_OF_SERVICE
|
Phone is not registered with any operator, the phone
can be currently searching a new operator to register to, or not
searching to registration at all, or registration is denied, or radio
signal is not available. |
int STATE_POWER_OFF
|
Radio of telephony is explictly powered off. |