x1ongzhu 1 год назад
Родитель
Сommit
748ace7727

+ 2 - 2
app/src/main/java/com/example/modifier/repo/SpoofedSimInfoRepository.kt

@@ -181,7 +181,7 @@ class SpoofedSimInfoRepository(private val context: Context) {
                             number = it,
                             mcc = "310",
                             mnc = "150",
-                            iccid = genICCID("310", "1"),
+                            iccid = genICCID("150", "1"),
                             imsi = genIMSI("310150"),
                             imei = genIMEI(),
                             country = "us",
@@ -207,7 +207,7 @@ class SpoofedSimInfoRepository(private val context: Context) {
                             number = it,
                             mcc = "310",
                             mnc = "240",
-                            iccid = genICCID("310", "1"),
+                            iccid = genICCID("240", "1"),
                             imsi = genIMSI("310240"),
                             imei = genIMEI(),
                             country = "us",