Use telephony-common
Change-Id: Ic95136fd5934afdd53a08bfd640d40add67fdb44
This commit is contained in:
@@ -43,6 +43,7 @@ import android.telephony.TelephonyManager;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import com.android.internal.telephony.Phone;
|
||||
import com.android.internal.telephony.PhoneConstants;
|
||||
import com.android.internal.telephony.PhoneFactory;
|
||||
import com.android.internal.telephony.PhoneStateIntentReceiver;
|
||||
import com.android.internal.telephony.TelephonyProperties;
|
||||
@@ -211,7 +212,7 @@ public class Status extends PreferenceActivity {
|
||||
setSummaryText(KEY_PRL_VERSION, mPhone.getCdmaPrlVersion());
|
||||
removePreferenceFromScreen(KEY_IMEI_SV);
|
||||
|
||||
if (mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE) {
|
||||
if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
|
||||
// Show ICC ID and IMEI for LTE device
|
||||
setSummaryText(KEY_ICC_ID, mPhone.getIccSerialNumber());
|
||||
setSummaryText(KEY_IMEI, mPhone.getImei());
|
||||
|
Reference in New Issue
Block a user