首页 > 编程知识 正文

安卓判断网络状态,android 判断网络连接

时间:2023-05-06 16:57:18 阅读:224168 作者:3609

TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); int networkType = telephonyManager.getNetworkType(); if(networkType ==TelephonyManager.NETWORK_TYPE_NR){// 对应的20 只有依赖为android 10.0才有此属性 Log.i(TAG,"5G"); }

下边是google官方说明

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。