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

Commit e71a0291 authored by Bonian Chen's avatar Bonian Chen Committed by Automerger Merge Worker
Browse files

Merge "[Settings] configuration for hidding SIM remove UI" am: 889c81f7 am: 68a03975

parents 255d3682 68a03975
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -267,6 +267,9 @@ public class ResetNetwork extends InstrumentedFragment {
    }

    private boolean showEuiccSettings(Context context) {
        if (!SubscriptionUtil.isSimHardwareVisible(context)) {
            return false;
        }
        EuiccManager euiccManager =
                (EuiccManager) context.getSystemService(Context.EUICC_SERVICE);
        if (!euiccManager.isEnabled()) {