从本程序跳转到设置的无线和网络
?
? ? ? ? ? ? ? ? Intent intent = new Intent();
? ? ? ? ? ? ? ? intent.setAction(Settings.ACTION_WIRELESS_SETTINGS);
? ? ? ? ? ? ? ? this.startActivity(intent);