Skip to content

Commit e077aa9

Browse files
author
371718330@qq.com
committed
增加测试用例
1 parent 6e5a10f commit e077aa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CommonUtil/src/main/java/com/jingewenku/abrahamcaijin/commonutil/AppNetworkMgr.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ public static boolean setWifi(Context context, boolean enable)
912912
return true;
913913
}
914914

915-
916915
/**
917916
* 判断移动网络是否打开,需要ACCESS_NETWORK_STATE权限
918917
*
@@ -925,7 +924,6 @@ public static boolean isMobileNetworkOpen(Context context) {
925924
ConnectivityManager.TYPE_MOBILE)).isConnected();
926925
}
927926

928-
929927
/**
930928
* 获取本机IP地址
931929
*

0 commit comments

Comments
 (0)