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

Commit a912fa82 authored by cretin45's avatar cretin45
Browse files

SetupWizard: Use telephony check

Change-Id: If888fd9dc5865a7d131d18db38be870a8569eeb0
parent a96968d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public class CMSetupWizardData extends AbstractSetupData {
        ArrayList<Page> pages = new ArrayList<Page>();
        pages.add(new WelcomePage(mContext, this));
        pages.add(new WifiSetupPage(mContext, this));
        if (TelephonyManager.from(mContext).getSimCount() > 0) {
        if (SetupWizardUtils.hasTelephony(mContext)) {
            pages.add(new SimCardMissingPage(mContext, this).setHidden(true));
        }
        if (SetupWizardUtils.isMultiSimDevice(mContext)) {