Loading services/core/java/com/android/server/MasterClearReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class MasterClearReceiver extends BroadcastReceiver { } }; if (mWipeExternalStorage || mWipeEsims) { if (mWipeExternalStorage) { // thr will be started at the end of this task. new WipeDataTask(context, thr).execute(); } else { Loading Loading
services/core/java/com/android/server/MasterClearReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class MasterClearReceiver extends BroadcastReceiver { } }; if (mWipeExternalStorage || mWipeEsims) { if (mWipeExternalStorage) { // thr will be started at the end of this task. new WipeDataTask(context, thr).execute(); } else { Loading