亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

android實現(xiàn)關(guān)閉或開啟移動網(wǎng)絡數(shù)據(jù)

 更新時間:2013年06月19日 09:29:49   作者:  
本篇文章是對android實現(xiàn)關(guān)閉或開啟移動網(wǎng)絡數(shù)據(jù)進行了詳細的分析介紹,需要的朋友參考下
如下所示:
復制代碼 代碼如下:

//android關(guān)閉或開啟移動網(wǎng)絡數(shù)據(jù)(關(guān)閉后,設備不可以上網(wǎng),但可以打電話和發(fā)短信) 
     public void setMobileDataEnabled(boolean enabled)
     {
        ConnectivityManager cm = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
        cm.setMobileDataEnabled(enabled);
     }

相關(guān)文章

最新評論