跳至Wifi控制畫面

Intent intent = new Intent();

intent.setAction("android.net.wifi.PICK_WIFI_NETWORK");

startActivityForResult(intent, this.RESULT_OK);