使用中发现NetUtils的isWifi在wifi和数据全部断时会fc
syt2 opened this issue · 2 comments
syt2 commented
使用中发现NetUtils的isWifi在wifi和数据全部断时会fc
h4de5ing commented
能否贴一下使用的代码片段。
syt2 commented
当wifi和流量全断开时,直接调用NetUtils.isWifi(context)
错误信息: Attempt to invoke virtual method 'int android.net.NetworkInfo.getType()' on a null object reference
加个(NetUtils.isConnected(context)&&NetUtils.isWifi(Context))
可以解决。
没连接时networkinfo为空吧应该