首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

从本程序跳转到设立的无线和网络

2012-06-26 
从本程序跳转到设置的无线和网络?? ? ? ? ? ? ? ? Intent intent new Intent()? ? ? ? ? ? ? ? intent.

从本程序跳转到设置的无线和网络

?

? ? ? ? ? ? ? ? Intent intent = new Intent();

? ? ? ? ? ? ? ? intent.setAction(Settings.ACTION_WIRELESS_SETTINGS);

? ? ? ? ? ? ? ? this.startActivity(intent);

热点排行