android实现关闭或开启移动网络数据

bingshixiaoyao 9 0 PDF 2021-01-31 01:01:21

如下所示: 代码如下://android关闭或开启移动网络数据(关闭后,设备不可以上网,但可以打电话和发短信) public void setMobileDataEnabled(boolean enabled) { ConnectivityManager cm = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE); cm.setMobileDataEnabled(enabled); } 您可能感兴趣的文章

用户评论
请输入评论内容
评分:
暂无评论