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

Commit 0ca432f4 authored by The Android Automerger's avatar The Android Automerger
Browse files

Revert "Enable the app to hide SIM import"

This reverts commit e8ad0868.
parent 1bdd959b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -124,10 +124,4 @@
    <!-- Regular expression for prohibiting certain phone numbers in dialpad.
         Ignored if empty. -->
    <string name="config_prohibited_phone_number_regexp"></string>

    <!-- If true, enable the "import contacts from SIM" feature if the device
         has an appropriate SIM or ICC card.
         Setting this flag to false in a resource overlay allows you to
         entirely disable SIM import on a per-product basis. -->
    <bool name="config_allow_sim_import">true</bool>
</resources>
+1 −2
Original line number Diff line number Diff line
@@ -87,8 +87,7 @@ public class ImportExportDialogFragment extends DialogFragment
            }
        };

        if (TelephonyManager.getDefault().hasIccCard()
                && res.getBoolean(R.bool.config_allow_sim_import)) {
        if (TelephonyManager.getDefault().hasIccCard()) {
            adapter.add(R.string.import_from_sim);
        }
        if (res.getBoolean(R.bool.config_allow_import_from_sdcard)) {