Android 判断当前网络是5G

   日期:2020-09-25     浏览:251    评论:0    
核心提示:GoogleTelephonyManager类提供了对应的方法TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); int networkType = telephonyManager.getNetworkType(); // 这里对应的值为20 只有依赖为android 10.0才有此属性..

Google  TelephonyManager类提供了对应的方法

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

google官方说明为:
地址为:https://developer.android.com/reference/android/telephony/TelephonyManager

int	NETWORK_TYPE_NR
Current network is NR(New Radio) 5G.
NETWORK_TYPE_NR
Added in API level 29
public static final int NETWORK_TYPE_NR
Current network is NR(New Radio) 5G.

Constant Value: 20 (0x00000014)

 

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服