`
tansitongba
  • 浏览: 483353 次
文章分类
社区版块
存档分类
最新评论

android关闭或开启移动网络数据(关闭后,设备不可以上网,但可以打电话和发短信)

 
阅读更多
//android关闭或开启移动网络数据(关闭后,设备不可以上网,但可以打电话和发短信)
public void setMobileDataEnabled(boolean enabled)
{
ConnectivityManager cm = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
cm.setMobileDataEnabled(enabled);
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics