Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93f7a72c authored by Marcos Marado's avatar Marcos Marado Committed by Ed Mancebo
Browse files

Revert "Do not show phone-related stuff if there's no subs"

We need to still show the IMEIs, even if there are no SIMs inserted in the slots.

This reverts commit 377a062b.

Change-Id: Ic866ddd3e08f151588f9a81562eea318bdce0e50
(cherry picked from commit 6204ad93)
parent 354f227e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -308,11 +308,6 @@ public class Status extends PreferenceActivity {
                removePreferenceFromScreen(key);
            }
        } else {
            if (SubscriptionManager.getActiveSubInfoCount() == 0) {
                for (String key : PHONE_RELATED_ENTRIES) {
                    removePreferenceFromScreen(key);
                }
            }
            // NOTE "imei" is the "Device ID" since it represents
            //  the IMEI in GSM and the MEID in CDMA
            if (mPhone.getPhoneName().equals("CDMA")) {