|
|
@@ -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",
|