从本程序跳转到设置的无线和网络
?
? ? ? ? ? ? ? ? Intent intent = new Intent();
? ? ? ? ? ? ? ? intent.setAction(Settings.ACTION_WIRELESS_SETTINGS);
? ? ? ? ? ? ? ? this.startActivity(intent);
发布时间: 2012-06-26 10:04:14 作者: rapoo
从本程序跳转到设置的无线和网络
?
? ? ? ? ? ? ? ? Intent intent = new Intent();
? ? ? ? ? ? ? ? intent.setAction(Settings.ACTION_WIRELESS_SETTINGS);
? ? ? ? ? ? ? ? this.startActivity(intent);