添加测试数据

This commit is contained in:
liujing
2021-08-02 21:08:20 +08:00
parent e6d3f1e59b
commit 3ada9738ff
3 changed files with 112 additions and 24 deletions

View File

@@ -224,6 +224,8 @@ public class CommonUtils {
case TelephonyManager.NETWORK_TYPE_LTE:
name = "4G";
break;
// case TelephonyManager.NETWORK_TYPE_NR:
// name = "5G";
case TelephonyManager.NETWORK_TYPE_UNKNOWN:
name = "UNKNOWN";
break;