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

Commit 648a3853 authored by yumeng's avatar yumeng Committed by Gerrit - the friendly Code Review server
Browse files

Settings: Occurred "com.android.phone" force close 9 times at monkey test.

At alarm boot mode,it don't create default phone.
Now give one condition for this alarm boot case to remove the IMEI option.

Change-Id: Iaa29d35f7ff3054258e1925059fe81ec444a328a
CRs-Fixed: 1068743
parent 6aa77fb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -210,6 +210,9 @@ public class Status extends SettingsPreferenceFragment {
            removePreferenceFromScreen(KEY_SIM_STATUS);
            removePreferenceFromScreen(KEY_IMEI_INFO);
        }
        if (SystemProperties.getBoolean("ro.alarm_boot", false)) {
            removePreferenceFromScreen(KEY_IMEI_INFO);
        }
    }

    @Override