-
-
Save invisiblek/6a38492c0da9127d2b92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/java/com/android/internal/telephony/SubInfoRecordUpdater.java b/src/java/com/android/internal/telephony/SubInfoRecordUpdater.java | |
index e49a962..25f146d 100644 | |
--- a/src/java/com/android/internal/telephony/SubInfoRecordUpdater.java | |
+++ b/src/java/com/android/internal/telephony/SubInfoRecordUpdater.java | |
@@ -473,13 +473,13 @@ public class SubInfoRecordUpdater extends Handler { | |
// true if any slot has no SIM this time, but has SIM last time | |
boolean hasSimRemoved = false; | |
- for (int i=0; i < PROJECT_SIM_NUM; i++) { | |
+/* for (int i=0; i < PROJECT_SIM_NUM; i++) { | |
if (sIccId[i] != null && sIccId[i].equals(ICCID_STRING_FOR_NO_SIM) | |
&& !oldIccId[i].equals("")) { | |
hasSimRemoved = true; | |
break; | |
} | |
- } | |
+ }*/ | |
if (nNewCardCount == 0) { | |
int i; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment