读书人

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

发布时间: 2012-06-26 10:04:14 作者: rapoo

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

?

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

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

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

读书人网 >移动开发

热点推荐