diff --git a/core/java/android/os/RecoverySystem.java b/core/java/android/os/RecoverySystem.java index 1f8de044b2808..7fa1c5acb6882 100644 --- a/core/java/android/os/RecoverySystem.java +++ b/core/java/android/os/RecoverySystem.java @@ -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) {