Skip to content

Commit c792c31

Browse files
committed
see 08/11 log
1 parent a31510e commit c792c31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/PhoneUtils.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,15 @@ public static String getSimOperatorByMnc() {
181181
case "46000":
182182
case "46002":
183183
case "46007":
184+
case "46020":
184185
return "中国移动";
185186
case "46001":
187+
case "46006":
188+
case "46009":
186189
return "中国联通";
187190
case "46003":
191+
case "46005":
192+
case "46011":
188193
return "中国电信";
189194
default:
190195
return operator;

0 commit comments

Comments
 (0)