Merge "Show GSM settings with CDMA phone type" into main

This commit is contained in:
Treehugger Robot
2024-12-25 12:38:11 -08:00
committed by Gerrit Code Review
2 changed files with 1 additions and 32 deletions

View File

@@ -100,8 +100,7 @@ public class ImeiInfoDialogController {
mDialog.setText(ID_PRL_VERSION_VALUE, getCdmaPrlVersion());
if ((mSubscriptionInfo != null && isCdmaLteEnabled()) ||
(mSubscriptionInfo == null && isSimPresent(mSlotId))) {
if (isCdmaLteEnabled()) {
// Show IMEI for LTE device
mDialog.setText(ID_IMEI_VALUE, mTelephonyManager.getImei(mSlotId));
mDialog.setText(ID_IMEI_SV_VALUE,