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

Commit 7183acc2 authored by Jeff Davidson's avatar Jeff Davidson Committed by android-build-merger
Browse files

Merge "Temporarily disable eUICC factory reset handling." into oc-dr1-dev

am: c0ce489d

Change-Id: Iea42444468b78c604f32ffd4a47eb8a1c762d2ab
parents 14c291e3 c0ce489d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -751,7 +751,9 @@ public class RecoverySystem {
        // Block until the ordered broadcast has completed.
        condition.block();

        wipeEuiccData(context, wipeEuicc);
        // TODO(b/63693573): Uncomment this once the pSIM slot is restored as needed
        // after the ensuing boot. Currently you end up stuck on the eSIM.
        // wipeEuiccData(context, wipeEuicc);

        String shutdownArg = null;
        if (shutdown) {